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