3 references to CreateTrueOp
System.Data.Entity (3)
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
2558localPredicateNode = m_command.CreateNode(m_command.CreateTrueOp());
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
1277newNode = context.Command.CreateNode(context.Command.CreateTrueOp()); 2885ConstantPredicateOp trueOp = command.CreateTrueOp();