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