2 writes to m_varMap
System.Data.Entity (2)
System\Data\Query\PlanCompiler\JoinGraph.cs (2)
517m_varMap = new VarMap(); 2305m_varMap = newVarMap;
8 references to m_varMap
System.Data.Entity (8)
System\Data\Query\PlanCompiler\JoinGraph.cs (8)
560varMap = m_varMap; 1511m_varMap[tableVars[i]] = replacementVars[i]; 2294foreach (KeyValuePair<Var, Var> kv in m_varMap) 2298while (m_varMap.TryGetValue(newVar1, out newVar2)) 2329VarVec remappedVarVec = nonNullableColumns.Remap(m_varMap); 2408if (!m_varMap.TryGetValue(var, out newVar)) 2421if (!m_varMap.TryGetValue(joinNode.LeftVars[i], out newLeftVar)) 2425if (!m_varMap.TryGetValue(joinNode.RightVars[i], out newRightVar))