MethodParameterLookupBase: replace with IArgumentOperation.Parameter #5556
Labels
Area: C#
C# rules related issues.
Area: VB.NET
VB.NET rules related issues.
Type: Cleanup
Improve and cleanup code base
In MethodParameterLookupBase a code comment references the Roslyn issue dotnet/roslyn#9 as the proper way to find the syntax node belonging to a parameter name or
IParameterSymbol
. In dotnet/roslyn#9 (comment)IArgumentOperation.Parameter
is proposed as a proper replacement for the functionality requested byIMethodParameterLookup
.There are VB and C# implementations for
IMethodParameterLookup
which maybe could be unified and simplified by usingIArgumentOperation.Parameter
.The text was updated successfully, but these errors were encountered: