Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IDE tests for find references from field/prop used in property pattern #9439

Merged
merged 3 commits into from
Mar 3, 2016

Conversation

gafter
Copy link
Member

@gafter gafter commented Mar 3, 2016

Closes #9073

@dotnet/roslyn-ide @CyrusNajmabadi Please review.

@gafter gafter added Area-IDE Test Test failures in roslyn-CI New Language Feature - Pattern Matching Pattern Matching labels Mar 3, 2016
@gafter gafter self-assigned this Mar 3, 2016
@gafter gafter added this to the 2.0 (RC) milestone Mar 3, 2016
public class Expression { }
public class Plus : Expression
{
public Expression {|Definition:Left|} = null;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we have tests that start from this location as well. Thanks!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DustinCampbell
Copy link
Member

👍

@gafter gafter modified the milestones: 2.0 (RC), 2.0 (Preview) Mar 3, 2016
gafter added a commit that referenced this pull request Mar 3, 2016
Add IDE tests for find references from field/prop used in property pattern
@gafter gafter merged commit 3a64ffd into dotnet:features/patterns Mar 3, 2016
@gafter gafter deleted the patterns-9073 branch May 24, 2018 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants