3 references to TryFindParameterIndexIfCompatibleMethod
Microsoft.CodeAnalysis.CSharp.Features (3)
SignatureHelp\LightweightOverloadResolution.cs (3)
31
?
TryFindParameterIndexIfCompatibleMethod
(method)
37
var (match, parameterIndex) =
TryFindParameterIndexIfCompatibleMethod
(method);
50
var (candidateMethod, parameterIndex) =
TryFindParameterIndexIfCompatibleMethod
(method);