2 writes to _itemsCSSpace
System.Data.Entity (2)
System\Data\Metadata\MetadataWorkspace.cs (2)
109this._itemsCSSpace = new StorageMappingItemCollection(this._itemsCSpace, this._itemsSSpace, csSpaceReaders, composite.GetPaths(dataSpace)); 238_itemsCSSpace = (StorageMappingItemCollection)collection;
12 references to _itemsCSSpace
System.Data.Entity (12)
System\Data\Metadata\MetadataWorkspace.cs (12)
236if (null == (existing = _itemsCSSpace)) { 262if (_itemsCSSpace != null && !object.ReferenceEquals(_itemsCSSpace.EdmItemCollection, collection)) 270if (_itemsCSSpace != null && !object.ReferenceEquals(_itemsCSSpace.StoreItemCollection, collection)) 278if (_itemsCSpace != null && !object.ReferenceEquals(_itemsCSSpace.EdmItemCollection, _itemsCSpace)) 283if (_itemsSSpace != null && !object.ReferenceEquals(_itemsCSSpace.StoreItemCollection, _itemsSSpace)) 916collection = _itemsCSSpace; 1244if (_itemsCSSpace != null) 1246return _itemsCSSpace.GetUpdateViewLoader(); 1314bool result = this._itemsCSSpace.MetadataEquals(other._itemsCSSpace);