5 writes to index
mscorlib (5)
system\charenumerator.cs (5)
32
this.
index
= -1;
41
index
++;
46
index
= str.Length;
53
index
= str.Length;
81
index
= -1;
6 references to index
mscorlib (6)
system\charenumerator.cs (6)
40
if (
index
< (str.Length-1)) {
42
currentElement = str[
index
];
60
if (
index
== -1)
62
if (
index
>= str.Length)
71
if (
index
== -1)
73
if (
index
>= str.Length)