16 writes to m_current
mscorlib (16)
system\globalization\datetimeparse.cs (16)
437
str.
m_current
= str.Value[str.Index];
722
str.
m_current
= charBeforeSeparator;
812
str.
m_current
= charBeforeSeparator;
888
str.
m_current
= charBeforeSeparator;
928
str.
m_current
= charBeforeSeparator;
992
str.
m_current
= charBeforeSeparator;
4376
m_current
= '\0';
4405
m_current
= Value[Index];
4420
m_current
= Value[Index];
4450
m_current
= Value[Index];
4473
m_current
= Value[Index];
4488
m_current
= saveCh;
4496
m_current
= Value[Index];
4647
m_current
= ch;
4763
m_current
= Value[Index];
4877
m_current
= Value[Index];
16 references to m_current
mscorlib (16)
system\globalization\datetimeformatinfo.cs (1)
2776
char ch = str.
m_current
;
system\globalization\datetimeparse.cs (15)
485
&& IsDigit(ch = str.
m_current
)) {
1083
if (Char.IsLetter(str.
m_current
)) {
1099
if ((str.
m_current
== '-' || str.
m_current
== '+') && ((result.flags & ParseFlags.TimeZoneUsed) == 0)) {
3506
if (str.
m_current
!= DateTimeFormatInfo.JapaneseEraStart[0])
4439
if (DateTimeParse.IsDigit(
m_current
)) {
4441
tokenValue =
m_current
- '0';
4451
value =
m_current
- '0';
4470
char saveCh =
m_current
;
4493
} else if (Char.IsWhiteSpace(
m_current
)) {
4497
if (!(Char.IsWhiteSpace(
m_current
))) {
4511
charBeforeSeparator =
m_current
;
4517
if (!DateTimeParse.IsDigit(
m_current
)) {
4756
if (!Char.IsWhiteSpace(
m_current
))
4764
if (!Char.IsWhiteSpace(
m_current
))