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