2 references to AugmentedJoinNode
System.Data.Entity (2)
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
282
:
this
(id, node, new List<AugmentedNode>(new AugmentedNode[] { leftChild, rightChild }))
717
augmentedNode = new
AugmentedJoinNode
(m_vertexes.Count, node, children);