2 references to InferReturnType
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\UnboundLambda.cs (2)
742var inferredReturnType = BoundLambda.InferReturnType( 977inferredReturnType = BoundLambda.InferReturnType(returnTypes, _unboundLambda, lambdaBodyBinder, delegateType, lambdaSymbol.IsAsync, lambdaBodyBinder.Conversions);