1 write to m_typeMappings
System.Data.Entity (1)
System\Data\Mapping\StorageComplexPropertyMapping.cs (1)
64
this.
m_typeMappings
= new List<StorageComplexTypeMapping>();
2 references to m_typeMappings
System.Data.Entity (2)
System\Data\Mapping\StorageComplexPropertyMapping.cs (2)
92
return this.
m_typeMappings
.AsReadOnly();
104
this.
m_typeMappings
.Add(typeMapping);