3 references to InferReturnTypeImpl
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\UnboundLambda.cs (3)
189return InferReturnTypeImpl(returnTypes, node, binder, delegateType, isAsync, conversions, node.UnboundLambda.WithDependencies); 196return InferReturnTypeImpl(returnTypes, node, binder, delegateType, isAsync, conversions, node.WithDependencies); 1021/// Behavior of this key should be kept aligned with <see cref="BoundLambda.InferReturnTypeImpl"/>.