5 references to ConstantPredicate
System.Data.Entity (5)
System\Data\Query\InternalTrees\Dump.cs (1)
875
case 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)
951
if (caseOpNode.Children[i].Op.OpType != OpType.
ConstantPredicate
)
1466
if (predicateNode.Op.OpType == OpType.
ConstantPredicate
)