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