8 references to IsStandardPaged
System.Data.Services (8)
System\Data\Services\RequestQueryProcessor.cs (8)
782if (this.IsStandardPaged) 1036this.topLevelOrderingInfo = new OrderingInfo(this.IsStandardPaged); 1041if (this.IsStandardPaged || this.topCount.HasValue || this.skipCount.HasValue) 1094if (this.IsStandardPaged) 1173if (this.IsStandardPaged && this.description.SkipTokenProperties == null) 1320if (this.IsStandardPaged) 1328if (this.IsStandardPaged && pageSize < this.topCount.Value) 1336else if (this.IsStandardPaged)