16 writes to m_current
System.Private.CoreLib (16)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (16)
444
str.
m_current
= str.Value[str.Index];
735
str.
m_current
= charBeforeSeparator;
826
str.
m_current
= charBeforeSeparator;
909
str.
m_current
= charBeforeSeparator;
954
str.
m_current
= charBeforeSeparator;
1021
str.
m_current
= charBeforeSeparator;
5519
m_current
= '\0';
5540
m_current
= Value[Index];
5557
m_current
= Value[Index];
5586
m_current
= Value[Index];
5617
m_current
= Value[Index];
5631
m_current
= saveCh;
5640
m_current
= Value[Index];
5808
m_current
= ch;
5936
m_current
= Value[Index];
6069
m_current
= Value[Index];
18 references to m_current
System.Private.CoreLib (18)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (1)
2302
char ch = str.
m_current
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (17)
485
while (str.GetNext() && char.IsAsciiDigit(ch = str.
m_current
))
1139
if (char.IsLetter(str.
m_current
))
1146
if ((str.
m_current
== '-' || str.
m_current
== '+') && ((result.flags & ParseFlags.TimeZoneUsed) == 0))
4081
if (str.
m_current
!= DateTimeFormatInfo.JapaneseEraStart[0])
5574
if (char.IsAsciiDigit(
m_current
))
5577
tokenValue =
m_current
- '0';
5587
value =
m_current
- '0';
5614
char saveCh =
m_current
;
5635
else if (char.IsWhiteSpace(
m_current
))
5641
if (!char.IsWhiteSpace(
m_current
))
5658
charBeforeSeparator =
m_current
;
5665
if (!char.IsAsciiDigit(
m_current
))
5929
if (!char.IsWhiteSpace(
m_current
) &&
m_current
!= RightToLeftMark)
5937
if (!char.IsWhiteSpace(
m_current
) &&
m_current
!= RightToLeftMark)