16 references to IsLiftedToNull
System.Activities (2)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (1)
725
binaryExpression.
IsLiftedToNull
,
System\Activities\ExpressionUtilities.cs (1)
935
binaryExpression.
IsLiftedToNull
,
System.Core (10)
Microsoft\Scripting\Ast\BinaryExpression.cs (1)
129
return Expression.MakeBinary(NodeType, left, right,
IsLiftedToNull
, Method, conversion);
Microsoft\Scripting\Ast\Expression.DebuggerProxy.cs (1)
44
public Boolean IsLiftedToNull { get { return _node.
IsLiftedToNull
; } }
Microsoft\Scripting\Compiler\LambdaCompiler.Binary.cs (5)
57
Debug.Assert(!b.
IsLiftedToNull
|| b.Type == typeof(bool?));
59
EmitNullEquality(b.NodeType, b.Right, b.
IsLiftedToNull
);
63
EmitNullEquality(b.NodeType, b.Left, b.
IsLiftedToNull
);
77
EmitBinaryOperator(b.NodeType, b.Left.Type, b.Right.Type, b.Type, b.
IsLiftedToNull
);
106
if (b.
IsLiftedToNull
) {
Microsoft\Scripting\Compiler\LambdaCompiler.Logical.cs (2)
521
Debug.Assert(!node.
IsLiftedToNull
);
582
Debug.Assert(!node.
IsLiftedToNull
);
System\Linq\Expressions\ExpressionVisitor.cs (1)
124
return Expression.MakeBinary(b.NodeType, left, right, b.
IsLiftedToNull
, b.Method);
System.Data.Entity (1)
System\Data\Objects\ELinq\EntityExpressionVisitor.cs (1)
143
return Expression.MakeBinary(b.NodeType, left, right, b.
IsLiftedToNull
, b.Method);
System.Data.Linq (1)
SqlClient\Query\Funcletizer.cs (1)
251
return Expression.MakeBinary(b.NodeType, left, right, b.
IsLiftedToNull
, b.Method);
System.Data.Services (1)
parent\Client\System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (1)
245
return Expression.MakeBinary(b.NodeType, left, right, b.
IsLiftedToNull
, b.Method);
System.Data.Services.Client (1)
System\Data\Services\Client\ALinq\ALinqExpressionVisitor.cs (1)
245
return Expression.MakeBinary(b.NodeType, left, right, b.
IsLiftedToNull
, b.Method);