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