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