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