2 writes to m_storeItemCollection
System.Data.Entity (2)
System\Data\Mapping\StorageMappingItemCollection.cs (2)
88this.m_storeItemCollection = storeCollection; 204this.m_storeItemCollection = storeCollection;
5 references to m_storeItemCollection
System.Data.Entity (5)
System\Data\Mapping\StorageMappingItemCollection.cs (5)
214this.m_storeItemCollection.StoreSchemaVersion != XmlConstants.UndefinedVersion && 215this.m_edmCollection.EdmVersion != this.m_storeItemCollection.StoreSchemaVersion) 226: this.m_storeItemCollection.StoreSchemaVersion; 257m_workspace.RegisterItemCollection(m_storeItemCollection); 293return this.m_storeItemCollection;