2 references to GetInferredReturnType
Microsoft.CodeAnalysis.CSharp (2)
BoundTree\UnboundLambda.cs (2)
109
return
GetInferredReturnType
(conversions: null, nullableState: null, ref useSiteInfo, out inferredFromFunctionType);
469
=> BindForReturnTypeInference(delegateType).
GetInferredReturnType
(conversions, _nullableState, ref useSiteInfo, out inferredFromFunctionType);