4 writes to index
System.Web (4)
UI\ControlCollection.cs (4)
345this.index = -1; 355index++; 360index = list.Count; 384index = -1;
4 references to index
System.Web (4)
UI\ControlCollection.cs (4)
350if (index < (list.Count-1)) { 356currentElement = list[index]; 372if (index == -1) 374if (index >= list.Count)