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