6 references to StoreItemCollection
System.Data.Entity (6)
System\Data\EntityClient\EntityConnection.cs (1)
993workspace.RegisterItemCollection(mappingCollection.StoreItemCollection);
System\Data\Mapping\StorageMappingItemCollection.cs (1)
778CheckForDuplicateItems(EdmItemCollection, StoreItemCollection, errors);
System\Data\Mapping\StorageMappingItemLoader.cs (1)
180get { return m_storageMappingItemCollection.StoreItemCollection; }
System\Data\Mapping\ViewValidator.cs (1)
59private StoreItemCollection StoreItemCollection { get { return _setMapping.EntityContainerMapping.StorageMappingItemCollection.StoreItemCollection; } }
System\Data\Metadata\MetadataWorkspace.cs (2)
270if (_itemsCSSpace != null && !object.ReferenceEquals(_itemsCSSpace.StoreItemCollection, collection)) 283if (_itemsSSpace != null && !object.ReferenceEquals(_itemsCSSpace.StoreItemCollection, _itemsSSpace))