4 writes to AlignedEntityReferences
System.Data.Entity (4)
System\Data\Objects\Internal\TransactionManager.cs (4)
225
this.
AlignedEntityReferences
= new HashSet<EntityReference>();
242
this.
AlignedEntityReferences
= null;
264
this.
AlignedEntityReferences
= new HashSet<EntityReference>();
281
this.
AlignedEntityReferences
= null;
6 references to AlignedEntityReferences
System.Data.Entity (6)
System\Data\Objects\DataClasses\EntityCollection.cs (2)
425
bool doRelatedEndRemove = tm.
AlignedEntityReferences
.Contains(otherEnd);
442
tm.
AlignedEntityReferences
.Remove(otherEnd);
System\Data\Objects\DataClasses\EntityReference_TResultType.cs (2)
382
bool doRelatedEndRemove = transManager.
AlignedEntityReferences
.Contains(this);
415
transManager.
AlignedEntityReferences
.Remove(this);
System\Data\Objects\EntityEntry.cs (1)
2224
ObjectStateManager.TransactionManager.
AlignedEntityReferences
.Add(otherEndAsRef);
System\Data\Objects\Internal\TransactionManager.cs (1)
222
Debug.Assert(this.
AlignedEntityReferences
== null, "Expected promotion index to be null when begining tracking.");