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