4 references to CreateFalseOp
System.Data.Entity (4)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
3047
current = m_command.CreateNode(m_command.
CreateFalseOp
());
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1937
m_command.CreateNode(m_command.
CreateFalseOp
()));
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
1260
newNode = context.Command.CreateNode(context.Command.
CreateFalseOp
());
1330
newNode = command.CreateNode(context.Command.
CreateFalseOp
());