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