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