2 writes to str
mscorlib (2)
system\charenumerator.cs (2)
31this.str = str; 54str = null;
7 references to str
mscorlib (7)
system\charenumerator.cs (7)
40if (index < (str.Length-1)) { 42currentElement = str[index]; 46index = str.Length; 52if (str != null) 53index = str.Length; 62if (index >= str.Length) 73if (index >= str.Length)