12 references to PageSize
System.Data.Services (12)
System\Data\Services\Providers\BasicExpandProvider.cs (1)
1366if (this.Node.MaxResultsExpected.HasValue && this.Node.ResourceSetWrapper.PageSize == 0)
System\Data\Services\RequestQueryProcessor.cs (6)
145return targetContainer.PageSize != 0; 435if (resourceSet.PageSize != 0 && !singleResult && !this.IsCustomPaged) 478segments.Add(new ExpandSegment(property.Name, filter, resourceSet.PageSize, resourceSet, property, internalOrderingInfo)); 537segment.Container.PageSize != 0 ? (int?)segment.Container.PageSize : null, 1322pageSize = this.description.LastSegmentInfo.TargetContainer.PageSize;
System\Data\Services\Serializers\Serializer.cs (5)
423int pageSize = this.CurrentContainer.PageSize; 483if (this.CurrentContainer != null && this.CurrentContainer.PageSize != 0) 486max = this.CurrentContainer.PageSize; 882remainingResults = topQueryParameter.Value - this.CurrentContainer.PageSize; 1062(container != null && container.PageSize != 0) || // Complex types have null container , paging should force a push