2 writes to _inRelationshipFixup
System.Data.Entity (2)
System\Data\Objects\ObjectStateManager.cs (2)
2125_inRelationshipFixup = true; 2131_inRelationshipFixup = false;
2 references to _inRelationshipFixup
System.Data.Entity (2)
System\Data\Objects\ObjectStateManager.cs (2)
187get { return _inRelationshipFixup; } 2115Debug.Assert(!_inRelationshipFixup, "already _inRelationshipFixup");