4 references to IsLifted
System.Core (4)
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
444public Boolean IsLifted { get { return _node.IsLifted; } }
Microsoft\Scripting\Ast\UnaryExpression.cs (1)
108return IsLifted && TypeUtils.IsNullableType(this.Type);
Microsoft\Scripting\Compiler\LambdaCompiler.Unary.cs (2)
301if (node.IsLifted && (!node.Type.IsValueType || !node.Operand.Type.IsValueType)) { 336if (node.IsLifted) {