2 writes to AddedRelationshipsByPrincipalKey
System.Data.Entity (2)
System\Data\Objects\Internal\TransactionManager.cs (2)
309
this.
AddedRelationshipsByPrincipalKey
= new Dictionary<IEntityWrapper, Dictionary<RelatedEnd, HashSet<EntityKey>>>();
328
this.
AddedRelationshipsByPrincipalKey
= null;
3 references to AddedRelationshipsByPrincipalKey
System.Data.Entity (3)
System\Data\Objects\EntityEntry.cs (2)
3926
this.AddRelationshipDetectedByForeignKey(tm.AddedRelationshipsByForeignKey, tm.
AddedRelationshipsByPrincipalKey
, currentKey, entry, entityReference);
3942
this.AddRelationshipDetectedByForeignKey(tm.AddedRelationshipsByForeignKey, tm.
AddedRelationshipsByPrincipalKey
, currentKey, entry, entityReference);
System\Data\Objects\ObjectStateManager.cs (1)
3213
if (tm.
AddedRelationshipsByPrincipalKey
.TryGetValue(entry.WrappedEntity, out addedRelationshipsByPrincipalKey))