2 writes to m_edmCollection
System.Data.Entity (2)
System\Data\Mapping\StorageMappingItemCollection.cs (2)
87this.m_edmCollection = edmCollection; 203this.m_edmCollection = edmCollection;
7 references to m_edmCollection
System.Data.Entity (7)
System\Data\Mapping\StorageMappingItemCollection.cs (7)
213if(this.m_edmCollection.EdmVersion != XmlConstants.UndefinedVersion && 215this.m_edmCollection.EdmVersion != this.m_storeItemCollection.StoreSchemaVersion) 224double expectedVersion = this.m_edmCollection.EdmVersion != XmlConstants.UndefinedVersion 225? this.m_edmCollection.EdmVersion 256m_workspace.RegisterItemCollection(m_edmCollection); 271return this.m_edmCollection; 641MetadataHelper.GetTypeAndParentTypesOf(entityType, this.m_edmCollection, true)