2 writes to AddedRelationshipsByGraph
System.Data.Entity (2)
System\Data\Objects\Internal\TransactionManager.cs (2)
306this.AddedRelationshipsByGraph = new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>>(); 325this.AddedRelationshipsByGraph = null;
5 references to AddedRelationshipsByGraph
System.Data.Entity (5)
System\Data\Objects\EntityEntry.cs (1)
2307this.ObjectStateManager.TransactionManager.AddedRelationshipsByGraph, o, relatedEnd, verifyForAdd:true);
System\Data\Objects\ObjectStateManager.cs (4)
3123tm.AddedRelationshipsByGraph.TryGetValue(entry.WrappedEntity, out addedRelationshipsByGraph); 3361if (tm.AddedRelationshipsByGraph.TryGetValue(entry.WrappedEntity, out addedRelationshipsByGraph)) 3641TransactionManager.AddedRelationshipsByGraph.TryGetValue(wrappedOwner, out addedRelationshipsByGraph) && 3675if (tm.AddedRelationshipsByGraph.TryGetValue(wrappedEntity, out addedRelationshipsByGraph) &&