2 references to InferReturnType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Semantics\OverloadResolution\MethodTypeInference.cs (1)
3114var returnType = anonymousFunction.InferReturnType(_conversions, fixedDelegate, ref useSiteInfo, out bool inferredFromFunctionType);
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
3653var x = lambda.InferReturnType(Conversions, d1, ref useSiteInfo, out _);