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)
629
item.SetNextRelationshipEnd(this.EntityKey,
_headRelationshipEnds
);
643
for (RelationshipEntry current =
_headRelationshipEnds
;
667
RelationshipEntry current =
_headRelationshipEnds
;
728
RelationshipEntry next =
_headRelationshipEnds
;
800
RelationshipEntry relationshipEnd = _entityEntry.
_headRelationshipEnds
;
854
_current = _entityEntry.
_headRelationshipEnds
;