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