9 references to Constant
System.Data.Entity (9)
System\Data\Query\InternalTrees\Dump.cs (1)
873
case OpType.
Constant
:
System\Data\Query\InternalTrees\NodeInfo.cs (2)
431
return (definition.Op.OpType == OpType.
Constant
1157
OpType.
Constant
== n.Child2.Op.OpType &&
System\Data\Query\InternalTrees\ScalarOps.cs (2)
83
: base(OpType.
Constant
, type, value)
87
private ConstantOp() : base(OpType.
Constant
) { }
System\Data\Query\PlanCompiler\PlanCompilerUtil.cs (1)
93
return opType == OpType.
Constant
||
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
2044
if (node.Op.OpType != OpType.
Constant
&& node.Op.OpType != OpType.Null)
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
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))
4006
if (varDefNode.Child0.Op.OpType == OpType.
Constant
|| varDefNode.Child0.Op.OpType == OpType.InternalConstant || varDefNode.Child0.Op.OpType == OpType.NullSentinel)