7 references to GetChar
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (7)
3033char ch = str.GetChar(); 3144state = HebrewNumber.ParseByChar(str.GetChar(), ref context); 3261char ch = str.GetChar(); 3861if (amDesignator.Length > 0 && str.GetChar() == amDesignator[0]) 3868if (pmDesignator.Length > 0 && str.GetChar() == pmDesignator[0]) 4104char ch = format.GetChar(); 4512if (!str.Match(format.GetChar()))