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