2 references to GetLeastCommonAncestor
System.Data.Entity (2)
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
1373
AugmentedNode leastCommonAncestor =
GetLeastCommonAncestor
(tableJoinEdge.Right, replacingTableJoinEdge.Right);
1422
AugmentedNode leastCommonAncestor =
GetLeastCommonAncestor
(table, replacingTable);