1 write to m_entityTypeToEntitySetMap
System.Data.Entity (1)
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
321m_entityTypeToEntitySetMap = new Dictionary<md.EntityTypeBase, md.EntitySet>();
5 references to m_entityTypeToEntitySetMap
System.Data.Entity (5)
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (5)
215if (!m_entityTypeToEntitySetMap.TryGetValue(rootType, out set)) 291else if (m_entityTypeToEntitySetMap.TryGetValue(rootType, out other)) 301m_entityTypeToEntitySetMap[rootType] = entitySet; 305m_entityTypeToEntitySetMap[rootType] = null; 447if (!m_entityTypeToEntitySetMap.TryGetValue(rootEntityType, out entitySet))