2 writes to _deletedRelationshipStore
System.Data.Entity (2)
System\Data\Objects\ObjectStateManager.cs (2)
2779_deletedRelationshipStore = new Dictionary<RelationshipWrapper, RelationshipEntry>(); 2903_deletedRelationshipStore = null;
9 references to _deletedRelationshipStore
System.Data.Entity (9)
System\Data\Objects\ObjectStateManager.cs (9)
1620((null != _deletedRelationshipStore) && _deletedRelationshipStore.TryGetValue(relationshipWrapper, out entry)) || 1805size += ((null != _deletedRelationshipStore) ? _deletedRelationshipStore.Count : 0); 1853if (((EntityState.Deleted & state) != 0) && (null != _deletedRelationshipStore)) 1855foreach (var e in _deletedRelationshipStore) 2777if (null == _deletedRelationshipStore) 2781dictionaryToAdd = _deletedRelationshipStore; 2881dictionaryContainingEntry = _deletedRelationshipStore;