1 write to m_entitySetToEntitySetIdMap
System.Data.Entity (1)
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
374m_entitySetToEntitySetIdMap = new Dictionary<md.EntitySet, int>();
3 references to m_entitySetToEntitySetIdMap
System.Data.Entity (3)
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (3)
231if (!m_entitySetToEntitySetIdMap.TryGetValue(e, out result)) 379if (m_entitySetToEntitySetIdMap.ContainsKey(e)) 384m_entitySetToEntitySetIdMap[e] = id;