1 write to m_typeInfoMap
System.Data.Entity (1)
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (1)
121
m_typeInfoMap
= new Dictionary<md.TypeUsage, TypeInfo>(TypeUsageEqualityComparer.Instance);
4 references to m_typeInfoMap
System.Data.Entity (4)
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (4)
262
if (!
m_typeInfoMap
.TryGetValue(type, out typeInfo))
555
m_typeInfoMap
.Add(type, typeInfo);
574
foreach (KeyValuePair<md.TypeUsage, TypeInfo> kv in
m_typeInfoMap
)
695
foreach (KeyValuePair<md.TypeUsage, TypeInfo> kv in
m_typeInfoMap
)