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