1 write to m_storageMappingItemCollection
System.Data.Entity (1)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
101this.m_storageMappingItemCollection = storageMappingItemCollection;
7 references to m_storageMappingItemCollection
System.Data.Entity (7)
System\Data\Mapping\StorageMappingItemLoader.cs (7)
175get { return m_storageMappingItemCollection.EdmItemCollection; } 180get { return m_storageMappingItemCollection.StoreItemCollection; } 331if (m_storageMappingItemCollection.TryGetItem<StorageEntityContainerMapping>( 352if (m_storageMappingItemCollection.ContainsStorageEntityContainer(storageEntityContainerName)) 384m_storageMappingItemCollection, generateUpdateViews /* make validate same as generateUpdateView*/, generateUpdateViews); 2190m_storageMappingItemCollection, 2295m_storageMappingItemCollection,