5 references to GetAssociationTypeLookupName
System.Data.Services (5)
System\Data\Services\Serializers\MetadataSerializer.cs (5)
534string associationTypeLookupName = MetadataManager.GetAssociationTypeLookupName(type, resourceProperty); 1025string associationTypeLookupKey = GetAssociationTypeLookupName(resourceType, navigationProperty); 1050end1Name = GetAssociationTypeLookupName(associationSet.End1.ResourceType, associationSet.End1.ResourceProperty); 1051end2Name = GetAssociationTypeLookupName(associationSet.End2.ResourceType, associationSet.End2.ResourceProperty); 1065string relatedEndLookupKey = GetAssociationTypeLookupName(relatedEnd.ResourceType, relatedEnd.ResourceProperty);