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