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