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