8 references to InternalConstant
System.Data.Entity (8)
System\Data\Query\InternalTrees\Dump.cs (1)
915
case OpType.
InternalConstant
:
System\Data\Query\InternalTrees\NodeInfo.cs (1)
432
|| definition.Op.OpType == OpType.
InternalConstant
System\Data\Query\InternalTrees\ScalarOps.cs (2)
163
: base(OpType.
InternalConstant
, type, value)
167
private InternalConstantOp() : base(OpType.
InternalConstant
) { }
System\Data\Query\PlanCompiler\PlanCompilerUtil.cs (1)
94
opType == OpType.
InternalConstant
||
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
2348
if (!canChangeNullSentinelValue || !TransformationRulesContext.TryGetInt32Var(n.Child1.Children.Where(child => child.Child0.Op.OpType == OpType.Constant || child.Child0.Op.OpType == OpType.
InternalConstant
).Select(child => ((VarDefOp)(child.Op)).Var), out inputSentinel))
2720
(varDefListNode.Child0.Child0.Op.OpType == OpType.
InternalConstant
|| varDefListNode.Child0.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)