-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Do not show uncapturable outer parameters inside static local functions. #76043
Do not show uncapturable outer parameters inside static local functions. #76043
Conversation
? _context.SemanticModel.LookupStaticMembers(_context.LeftToken.SpanStart) | ||
: _context.SemanticModel.LookupSymbols(_context.LeftToken.SpanStart); | ||
ImmutableArray<ISymbol> symbols; | ||
if (_context.IsNameOfContext) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so this is a followup to another pr (waiting on you to review as well) :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok. rereview.
src/Workspaces/CSharp/Portable/Recommendations/CSharpRecommendationServiceRunner.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #66982