6 references to ParseNextChar
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (2)
706nextChar = ParseNextChar(format, i); 742nextChar = ParseNextChar(format, i);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanFormat.cs (2)
461nextChar = DateTimeFormat.ParseNextChar(format, i); 483nextChar = DateTimeFormat.ParseNextChar(format, i);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\TimeSpanParse.cs (2)
1350nextFormatChar = DateTimeFormat.ParseNextChar(format, i); 1370nextFormatChar = DateTimeFormat.ParseNextChar(format, i);