3 writes to index
System.Web (3)
UI\WebControls\PagedDataSource.cs (3)
500this.index = -1; 518index++; 523index = -1;
3 references to index
System.Web (3)
UI\WebControls\PagedDataSource.cs (3)
510if (index < 0) { 513return array[startIndex + index]; 519return (startIndex + index) < indexBounds;