3 references to PagingProviderInterface
System.Data.Services (3)
System\Data\Services\Providers\DataServicePagingProviderWrapper.cs (1)
53
return this.
PagingProviderInterface
!= null;
System\Data\Services\RequestQueryProcessor.cs (1)
1382
this.service.PagingProvider.
PagingProviderInterface
.SetContinuationToken(
System\Data\Services\Serializers\Serializer.cs (1)
414
this.service.PagingProvider.
PagingProviderInterface
.GetContinuationToken(BasicExpandProvider.ExpandedEnumerator.UnwrapEnumerator(enumerator));