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