3 references to TryFindParameterIndexIfCompatibleMethod
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\LightweightOverloadResolution.cs (3)
39? TryFindParameterIndexIfCompatibleMethod(method) 45var (match, parameterIndex) = TryFindParameterIndexIfCompatibleMethod(method); 58var (candidateMethod, parameterIndex) = TryFindParameterIndexIfCompatibleMethod(method);