2 writes to RelationshipBeingUpdated
System.Data.Entity (2)
System\Data\Objects\Internal\TransactionManager.cs (2)
380
this.
RelationshipBeingUpdated
= relationship;
388
this.
RelationshipBeingUpdated
= null;
2 references to RelationshipBeingUpdated
System.Data.Entity (2)
System\Data\Objects\EntityEntry.cs (2)
3479
if (_cache.TransactionManager.
RelationshipBeingUpdated
!= reference)
3529
bool canModifyReference = _cache.TransactionManager.
RelationshipBeingUpdated
!= relatedEnd &&