2 writes to skipCount
System.Data.Services (2)
System\Data\Services\RequestQueryProcessor.cs (2)
100this.skipCount = null; 1316this.skipCount = count;
5 references to skipCount
System.Data.Services (5)
System\Data\Services\RequestQueryProcessor.cs (5)
375this.skipCount, 1041if (this.IsStandardPaged || this.topCount.HasValue || this.skipCount.HasValue) 1286if (this.skipCount.HasValue) 1292.Invoke(null, new object[] { this.query, this.skipCount.Value }); 1343if (this.topCount != null || this.skipCount != null)