4 references to GetNextRelationshipEnd
System.Data.Entity (4)
System\Data\Objects\EntityEntry.cs (4)
645
current = current.
GetNextRelationshipEnd
(EntityKey))
733
next = next.
GetNextRelationshipEnd
(oldKey);
808
relationshipEnd = relationshipEnd.
GetNextRelationshipEnd
(_entityEntry.EntityKey);
858
_current = _current.
GetNextRelationshipEnd
(_entityEntry.EntityKey);