8 references to IsLifted
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
ExpressionTrees\Sources\ExprLambdaUtils.vb (1)
319
If node.
IsLifted
Then
System.Linq.Expressions (7)
System\Linq\Expressions\Compiler\LambdaCompiler.Unary.cs (2)
306
if (node.
IsLifted
&& (!node.Type.IsValueType || !node.Operand.Type.IsValueType))
352
if (node.
IsLifted
)
System\Linq\Expressions\Expression.DebuggerProxy.cs (1)
485
public bool IsLifted => _node.
IsLifted
;
System\Linq\Expressions\Interpreter\LightCompiler.cs (3)
1052
if (node.
IsLifted
)
1280
if (node.
IsLifted
)
1302
if (node.
IsLifted
)
System\Linq\Expressions\UnaryExpression.cs (1)
77
public bool IsLiftedToNull =>
IsLifted
&& this.Type.IsNullableType();