2 writes to DeletedRelationshipsByGraph
System.Data.Entity (2)
System\Data\Objects\Internal\TransactionManager.cs (2)
305
this.
DeletedRelationshipsByGraph
= new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<IEntityWrapper>>>();
324
this.
DeletedRelationshipsByGraph
= null;
3 references to DeletedRelationshipsByGraph
System.Data.Entity (3)
System\Data\Objects\EntityEntry.cs (1)
2295
this.ObjectStateManager.TransactionManager.
DeletedRelationshipsByGraph
, o, relatedEnd, verifyForAdd:false);
System\Data\Objects\ObjectStateManager.cs (2)
3486
if (tm.
DeletedRelationshipsByGraph
.TryGetValue(entry.WrappedEntity, out deletedRelationshipsByGraph))
3618
TransactionManager.
DeletedRelationshipsByGraph
.TryGetValue(relatedEntity, out deletedRelationshipsByGraph) &&