1 write to m_nodeToParentMap
System.Data.Entity (1)
System\Data\Query\PlanCompiler\VarRefManager.cs (1)
40
m_nodeToParentMap
= new Dictionary<Node, Node>();
2 references to m_nodeToParentMap
System.Data.Entity (2)
System\Data\Query\PlanCompiler\VarRefManager.cs (2)
57
m_nodeToParentMap
[parent.Children[i]] = parent;
77
while (continueUp &
m_nodeToParentMap
.TryGetValue(currentChild, out parent))