2 writes to _unchangedRelationshipStore
System.Data.Entity (2)
System\Data\Objects\ObjectStateManager.cs (2)
2765_unchangedRelationshipStore = new Dictionary<RelationshipWrapper, RelationshipEntry>(); 2897_unchangedRelationshipStore = null;
9 references to _unchangedRelationshipStore
System.Data.Entity (9)
System\Data\Objects\ObjectStateManager.cs (9)
1619bool result = (((null != _unchangedRelationshipStore) && _unchangedRelationshipStore.TryGetValue(relationshipWrapper, out entry)) || 1810size += ((null != _unchangedRelationshipStore) ? _unchangedRelationshipStore.Count : 0); 1860if (((EntityState.Unchanged & state) != 0) && (null != _unchangedRelationshipStore)) 1862foreach (var e in _unchangedRelationshipStore) 2763if (null == _unchangedRelationshipStore) 2767dictionaryToAdd = _unchangedRelationshipStore; 2875dictionaryContainingEntry = _unchangedRelationshipStore;