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