4 writes to index
System.Web (4)
UI\WebControls\MenuItemCollection.cs (4)
365this.index = -1; 374index++; 379index = list.Count; 403index = -1;
4 references to index
System.Web (4)
UI\WebControls\MenuItemCollection.cs (4)
373if (index < (list.Count - 1)) { 375currentElement = list[index]; 391if (index == -1) 393if (index >= list.Count)