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