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