5 references to IsLifted
System.Linq.Expressions (5)
System\Linq\Expressions\BinaryExpression.cs (1)
303
public bool IsLiftedToNull =>
IsLifted
&& Type.IsNullableType();
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (1)
95
if (b.
IsLifted
)
System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs (1)
586
if (node.Method != null || node.
IsLifted
)
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
25
public bool IsLifted => _node.
IsLifted
;
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
759
if (node.
IsLifted
)