1 write to m_tableVertexMap
System.Data.Entity (1)
System\Data\Query\PlanCompiler\JoinGraph.cs (1)
516m_tableVertexMap = new Dictionary<Table, AugmentedTableNode>();
3 references to m_tableVertexMap
System.Data.Entity (3)
System\Data\Query\PlanCompiler\JoinGraph.cs (3)
693m_tableVertexMap[scanTableOp.Table] = (AugmentedTableNode)augmentedNode; 761if (!m_tableVertexMap.TryGetValue(leftVar.Table, out leftTableNode)) 765if (!m_tableVertexMap.TryGetValue(rightVar.Table, out rightTableNode))