1 write to m_typeMappings
System.Data.Entity (1)
System\Data\Mapping\StorageSetMapping.cs (1)
54this.m_typeMappings = new List<StorageTypeMapping>();
2 references to m_typeMappings
System.Data.Entity (2)
System\Data\Mapping\StorageSetMapping.cs (2)
116return this.m_typeMappings.AsReadOnly(); 211this.m_typeMappings.Add(typeMapping);