4 references to CreateConstantPredicateOp
System.Data.Entity (4)
System\Data\Query\InternalTrees\OpCopier.cs (1)
318return m_destCmd.CreateNode(m_destCmd.CreateConstantPredicateOp(op.Value));
System\Data\Query\PlanCompiler\TransformationRules.cs (3)
1085ConstantPredicateOp newOp = context.Command.CreateConstantPredicateOp(result); 1144ConstantPredicateOp constOp = context.Command.CreateConstantPredicateOp((bool)match); 1207newNode = context.Command.CreateNode(context.Command.CreateConstantPredicateOp(!pred.Value));