5 references to ConstantPredicate
System.Data.Entity (5)
System\Data\Query\InternalTrees\Dump.cs (1)
875case OpType.ConstantPredicate:
System\Data\Query\InternalTrees\ScalarOps.cs (2)
244: base(OpType.ConstantPredicate, type, value) 248: base(OpType.ConstantPredicate)
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
951if (caseOpNode.Children[i].Op.OpType != OpType.ConstantPredicate) 1466if (predicateNode.Op.OpType == OpType.ConstantPredicate)