3 writes to index
System.Web (3)
UI\WebControls\PagedDataSource.cs (3)
460this.index = -1; 478index++; 483index = -1;
3 references to index
System.Web (3)
UI\WebControls\PagedDataSource.cs (3)
470if (index < 0) { 473return collection[startIndex + index]; 479return (startIndex + index) < indexBounds;