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