6 references to IsLifted
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
ExpressionTrees\Sources\ExprLambdaUtils.vb (1)
176If node.IsLifted Then
System.Linq.Expressions (5)
System\Linq\Expressions\BinaryExpression.cs (1)
303public bool IsLiftedToNull => IsLifted && Type.IsNullableType();
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (1)
95if (b.IsLifted)
System\Linq\Expressions\Compiler\LambdaCompiler.Logical.cs (1)
586if (node.Method != null || node.IsLifted)
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
25public bool IsLifted => _node.IsLifted;
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
759if (node.IsLifted)