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