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