3 references to CombinePredicates
System.Data.Entity (3)
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
2444predicateNode = PlanCompilerUtil.CombinePredicates(equalsNode, predicateNode, m_command); 2744return PlanCompilerUtil.CombinePredicates(node1, node2, m_command);
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
1893newJoinPredicateNode = PlanCompilerUtil.CombinePredicates(joinNode.Child2, newJoinPredicateNode, command);