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