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