2 writes to indexBounds
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
502this.indexBounds = startIndex + count; 504indexBounds = array.Length;
2 references to indexBounds
System.Web (2)
UI\WebControls\PagedDataSource.cs (2)
503if (indexBounds > array.Length) { 519return (startIndex + index) < indexBounds;