6 references to ResourceAssociationSetEnd
System.Data.Services (6)
System\Data\Services\Providers\DataServiceProviderWrapper.cs (2)
594new ResourceAssociationSetEnd(resourceSet.ResourceSet, resourceType, resourceProperty), 595new ResourceAssociationSetEnd(relatedSet.ResourceSet, relatedType, relatedProperty));
System\Data\Services\Providers\ObjectContextServiceProvider.cs (2)
136ResourceAssociationSetEnd thisAssociationSetEnd = new ResourceAssociationSetEnd(resourceSet, resourceType, resourceProperty); 166ResourceAssociationSetEnd relatedAssociationSetEnd = new ResourceAssociationSetEnd(
System\Data\Services\Providers\ReflectionServiceProvider.cs (2)
90ResourceAssociationSetEnd sourceEnd = new ResourceAssociationSetEnd(resourceSet, resourceType, resourceProperty); 91ResourceAssociationSetEnd targetEnd = new ResourceAssociationSetEnd(targetSet, targetType, null);