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