-
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
SemanticModel.GetArgumentInfo API needed to retrieve the IParameterSymbol that an ArgumentSyntax binds to #9
Labels
Area-Compilers
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Feature Request
Milestone
Comments
DustinCampbell
added
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
enhancement
labels
Jan 15, 2015
rchande
pushed a commit
that referenced
this issue
May 4, 2015
Ensure that cref completion uses Speculative SemanticModel. Fixes TFS #9...
|
@dbolkensteyn, certainly! Here's an example of what I did in C# Essentials, which is how this API might look: |
Is |
Yes. I think we can close this now that we have ioperation. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area-Compilers
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Feature Request
This is a missing API. Writing a diagnostic that process an argument requires a fair amount of code to determine what parameter the argument binds to -- checking for named or positional arguments.
The text was updated successfully, but these errors were encountered: