1 write to m_fragments
System.Data.Entity (1)
System\Data\Mapping\StorageTypeMapping.cs (1)
57this.m_fragments = new List<StorageMappingFragment>();
2 references to m_fragments
System.Data.Entity (2)
System\Data\Mapping\StorageTypeMapping.cs (2)
81return this.m_fragments.AsReadOnly(); 113this.m_fragments.Add(fragment);