2 writes to _itemsCSSpace
System.Data.Entity (2)
System\Data\Metadata\MetadataWorkspace.cs (2)
109
this.
_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)
236
if (null == (existing =
_itemsCSSpace
)) {
262
if (
_itemsCSSpace
!= null && !object.ReferenceEquals(
_itemsCSSpace
.EdmItemCollection, collection))
270
if (
_itemsCSSpace
!= null && !object.ReferenceEquals(
_itemsCSSpace
.StoreItemCollection, collection))
278
if (_itemsCSpace != null && !object.ReferenceEquals(
_itemsCSSpace
.EdmItemCollection, _itemsCSpace))
283
if (_itemsSSpace != null && !object.ReferenceEquals(
_itemsCSSpace
.StoreItemCollection, _itemsSSpace))
916
collection =
_itemsCSSpace
;
1244
if (
_itemsCSSpace
!= null)
1246
return
_itemsCSSpace
.GetUpdateViewLoader();
1314
bool result = this.
_itemsCSSpace
.MetadataEquals(other.
_itemsCSSpace
);