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)
187
get { return
_inRelationshipFixup
; }
2115
Debug.Assert(!
_inRelationshipFixup
, "already _inRelationshipFixup");