4 references to IsLifted
System.Core (4)
Microsoft\Scripting\Ast\BinaryExpression.cs (1)
329return IsLifted && TypeUtils.IsNullableType(Type);
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
43public Boolean IsLifted { get { return _node.IsLifted; } }
Microsoft\Scripting\Compiler\LambdaCompiler.Binary.cs (1)
101if (b.IsLifted) {
Microsoft\Scripting\Compiler\LambdaCompiler.Logical.cs (1)
584if (node.Method != null || node.IsLifted) {