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