2 references to getCorrespondingParameterType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Invocation.cs (2)
1722
var candidateType =
getCorrespondingParameterType
(i);
1761
newArguments[i] = BindToTypeForErrorRecovery(argument,
getCorrespondingParameterType
(i));