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