1 type derived from ExpandedEnumerator
System.Data.Services (1)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
440internal class ExpandedEnumerator<TWrapper> : ExpandedEnumerator, IEnumerator, IDisposable, IExpandedResult where TWrapper : IExpandedResult
3 references to ExpandedEnumerator
System.Data.Services (3)
System\Data\Services\Providers\BasicExpandProvider.cs (2)
422ExpandedEnumerator expandedEnumerator = enumerator as ExpandedEnumerator;
System\Data\Services\Serializers\Serializer.cs (1)
414this.service.PagingProvider.PagingProviderInterface.GetContinuationToken(BasicExpandProvider.ExpandedEnumerator.UnwrapEnumerator(enumerator));