5 references to NextChar
mscorlib (5)
system\globalization\timespanparse.cs (5)
201
ch =
NextChar
;
211
ch =
NextChar
;
1279
if (nextFormatChar >= 0 && tokenizer.
NextChar
== (char)nextFormatChar) {
1333
char ch = tokenizer.
NextChar
;
1346
if (enquotedString[i] != tokenizer.
NextChar
)