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