1 write to m_joinNode
System.Data.Entity (1)
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
368
m_joinNode
= joinNode;
2 references to m_joinNode
System.Data.Entity (2)
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
389
internal AugmentedJoinNode JoinNode { get { return
m_joinNode
; } }
466
if (joinNode !=
m_joinNode
)