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