4 references to GetOtherEndOfRelationship
System.Data.Entity (4)
System\Data\Objects\EntityEntry.cs (3)
2644
EntityEntry otherEnd = this.
GetOtherEndOfRelationship
(relationshipEntry);
2718
EntityEntry otherEnd = this.
GetOtherEndOfRelationship
(relationshipEntry);
2790
EntityEntry otherEnd = this.
GetOtherEndOfRelationship
(relationshipEntry);
System\Data\Objects\ObjectStateManager.cs (1)
723
EntityEntry targetEntry = keyEntry.
GetOtherEndOfRelationship
(relationshipEntry);