12 references to NullSentinel
System.Data.Entity (12)
System\Data\Query\InternalTrees\Dump.cs (1)
959
case OpType.
NullSentinel
:
System\Data\Query\InternalTrees\NodeInfo.cs (1)
433
|| definition.Op.OpType == OpType.
NullSentinel
System\Data\Query\InternalTrees\ScalarOps.cs (2)
205
: base(OpType.
NullSentinel
, type, value)
208
private NullSentinelOp() : base(OpType.
NullSentinel
) { }
System\Data\Query\PlanCompiler\PlanCompilerUtil.cs (1)
96
opType == OpType.
NullSentinel
;
System\Data\Query\PlanCompiler\TransformationRules.cs (7)
2332
if (varDefListNode.Children.Where(c => c.Child0.Op.OpType == OpType.
NullSentinel
).Count() == 0)
2350
inputSentinel = n.Child1.Children.Where(child => child.Child0.Op.OpType == OpType.
NullSentinel
).Select(child => ((VarDefOp)(child.Op)).Var).FirstOrDefault();
2364
if (definingExprNode.Op.OpType == OpType.
NullSentinel
)
2568
if (varDefNode.Child0.Op.OpType == OpType.
NullSentinel
&& sentinelIsInt32 && trc.CanChangeNullSentinelValue)
2720
(varDefListNode.Child0.Child0.Op.OpType == OpType.InternalConstant || varDefListNode.Child0.Child0.Op.OpType == OpType.
NullSentinel
))
2765
varDefNode.Child0.Op.OpType == OpType.
NullSentinel
))
4006
if (varDefNode.Child0.Op.OpType == OpType.Constant || varDefNode.Child0.Op.OpType == OpType.InternalConstant || varDefNode.Child0.Op.OpType == OpType.
NullSentinel
)