6 references to ParseNextChar
mscorlib (6)
system\globalization\datetimeformat.cs (2)
661nextChar = ParseNextChar(format, i); 686nextChar = ParseNextChar(format, i);
system\globalization\timespanformat.cs (2)
245nextChar = DateTimeFormat.ParseNextChar(format, i); 265nextChar = DateTimeFormat.ParseNextChar(format, i);
system\globalization\timespanparse.cs (2)
1261nextFormatChar = DateTimeFormat.ParseNextChar(format, i); 1278nextFormatChar = DateTimeFormat.ParseNextChar(format, i);