7 references to GetChar
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (7)
3003
char ch = str.
GetChar
();
3088
state = HebrewNumber.ParseByChar(str.
GetChar
(), ref context);
3205
char ch = str.
GetChar
();
3793
if (amDesignator.Length > 0 && str.
GetChar
() == amDesignator[0])
3800
if (pmDesignator.Length > 0 && str.
GetChar
() == pmDesignator[0])
4036
char ch = format.
GetChar
();
4444
if (!str.Match(format.
GetChar
()))