4 writes to index
System.Web (4)
UI\WebControls\TreeNodeCollection.cs (4)
414this.index = -1; 423index++; 428index = list.Count; 452index = -1;
4 references to index
System.Web (4)
UI\WebControls\TreeNodeCollection.cs (4)
422if (index < (list.Count - 1)) { 424currentElement = list[index]; 440if (index == -1) 442if (index >= list.Count)