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