5 references to JoinNode
System.Data.Entity (5)
System\Data\Query\PlanCompiler\JoinGraph.cs (5)
1368
if (tableJoinEdge.
JoinNode
== null || replacingTableJoinEdge.
JoinNode
== null)
1398
if (currentParent.Node != joinEdge.
JoinNode
.Node &&
1960
if (joinEdge.
JoinNode
== null)
1989
return m_varRefManager.HasKeyReferences(keys, joinEdge.Right.Node, joinEdge.
JoinNode
.Node);