2 references to GetInferredTypeArguments
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (2)
470
return
GetInferredTypeArguments
(out inferredFromFunctionType);
3185
return inferrer.
GetInferredTypeArguments
(out _);