4 writes to topCount
System.Data.Services (4)
System\Data\Services\RequestQueryProcessor.cs (4)
101
this.
topCount
= null;
1327
this.
topCount
= count;
1333
this.
topCount
= pageSize;
1340
this.
topCount
= pageSize;
6 references to topCount
System.Data.Services (6)
System\Data\Services\RequestQueryProcessor.cs (6)
376
this.
topCount
,
1041
if (this.IsStandardPaged || this.
topCount
.HasValue || this.skipCount.HasValue)
1296
if (this.
topCount
.HasValue)
1302
.Invoke(null, new object[] { this.query, this.
topCount
.Value });
1328
if (this.IsStandardPaged && pageSize < this.
topCount
.Value)
1343
if (this.
topCount
!= null || this.skipCount != null)