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