-
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
Add OutVariableArgumentProvider for 'out' parameters #53049
Conversation
src/Features/CSharp/Portable/Completion/Providers/ContextVariableArgumentProvider.cs
Show resolved
Hide resolved
src/Features/CSharp/Portable/Completion/Providers/OutVariableArgumentProvider.cs
Show resolved
Hide resolved
2f464cb
to
550db94
Compare
Azure Pipelines successfully started running 4 pipeline(s). |
}); | ||
} | ||
|
||
var symbol = symbols.Single(); |
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.
Is the filtering above guaranteed to limit us to a single result? or would an exception here mean the test should be rewritten to remove ambiguity?
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.
It's still possible to construct a test that the framework doesn't support. We'd have to modify it at that time to support the specifics of the new test.
Statistics for Compilers.sln before this change:
After this change: