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