6 references to GetRelatedEnd
System.Data.Entity (6)
System\Data\Objects\ObjectContext.cs (4)
751wrappedEntity.RelationshipManager.GetRelatedEnd(navigationProperty).Load(); 767wrappedEntity.RelationshipManager.GetRelatedEnd(navigationProperty).Load(mergeOption); 791wrappedEntity.RelationshipManager.GetRelatedEnd(navProp, throwArgumentException: removedConvert).Load(); 816wrappedEntity.RelationshipManager.GetRelatedEnd(navProp, throwArgumentException: removedConvert).Load(mergeOption);
System\Data\Objects\ObjectStateManager.cs (2)
2208RelatedEnd relatedEnd = (RelatedEnd)sourceEntry.WrappedEntity.RelationshipManager.GetRelatedEnd(navigationProperty); 2240RelatedEnd relatedEnd = (RelatedEnd)sourceEntry.WrappedEntity.RelationshipManager.GetRelatedEnd(navigationProperty, throwArgumentException: removedConvert);