7 references to GetChar
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (7)
3005char ch = str.GetChar(); 3090state = HebrewNumber.ParseByChar(str.GetChar(), ref context); 3207char ch = str.GetChar(); 3795if (amDesignator.Length > 0 && str.GetChar() == amDesignator[0]) 3802if (pmDesignator.Length > 0 && str.GetChar() == pmDesignator[0]) 4038char ch = format.GetChar(); 4446if (!str.Match(format.GetChar()))