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