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