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