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