3 writes to _headRelationshipEnds
System.Data.Entity (3)
System\Data\Objects\EntityEntry.cs (3)
630_headRelationshipEnds = item; 692_headRelationshipEnds = next; 750_headRelationshipEnds = null;
6 references to _headRelationshipEnds
System.Data.Entity (6)
System\Data\Objects\EntityEntry.cs (6)
629item.SetNextRelationshipEnd(this.EntityKey, _headRelationshipEnds); 643for (RelationshipEntry current = _headRelationshipEnds; 667RelationshipEntry current = _headRelationshipEnds; 728RelationshipEntry next = _headRelationshipEnds; 800RelationshipEntry relationshipEnd = _entityEntry._headRelationshipEnds; 854_current = _entityEntry._headRelationshipEnds;