3 references to InExpressionTree
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder.cs (2)
227internal bool InExpressionTree => (Flags & BinderFlags.InExpressionTree) == BinderFlags.InExpressionTree;
BoundTree\UnboundLambda.cs (1)
811lambdaBodyBinder = new ExecutableCodeBinder(_unboundLambda.Syntax, lambdaSymbol, GetWithParametersBinder(lambdaSymbol, Binder), inExpressionTree ? BinderFlags.InExpressionTree : BinderFlags.None);