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