2 references to JoinEdge
System.Data.Entity (2)
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
437JoinEdge joinEdge = new JoinEdge(left, right, joinNode, joinKind, leftVars, rightVars); 453JoinEdge joinEdge = new JoinEdge(left, right, null, joinKind, leftVars, rightVars);