5 references to TryGetCachedRelatedEnd
System.Data.Entity (5)
System\Data\Objects\DataClasses\RelationshipManager.cs (5)
211TryGetCachedRelatedEnd(relationshipName, targetRoleName, out relatedEnd); 348if (TryGetCachedRelatedEnd(relationshipName, targetRoleName, out relatedEnd)) 546if (TryGetCachedRelatedEnd(relationshipName, targetRoleName, out relatedEnd)) 907if (TryGetCachedRelatedEnd(navigation.RelationshipName, navigation.To, out relatedEnd)) 1197if (TryGetCachedRelatedEnd(relationshipName, toRole, out relatedEnd))