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