16 writes to m_current
System.Private.CoreLib (16)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (16)
434str.m_current = str.Value[str.Index]; 726str.m_current = charBeforeSeparator; 818str.m_current = charBeforeSeparator; 901str.m_current = charBeforeSeparator; 947str.m_current = charBeforeSeparator; 1015str.m_current = charBeforeSeparator; 5412m_current = '\0'; 5433m_current = Value[Index]; 5450m_current = Value[Index]; 5479m_current = Value[Index]; 5510m_current = Value[Index]; 5524m_current = saveCh; 5533m_current = Value[Index]; 5701m_current = ch; 5829m_current = Value[Index]; 5962m_current = Value[Index];
19 references to m_current
System.Private.CoreLib (19)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (1)
2302char ch = str.m_current;
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (18)
475while (str.GetNext() && char.IsAsciiDigit(ch = str.m_current)) 618Trace($"Lex({Hex(str.Value)})\tpos:{str.Index}({Hex(str.m_current)}), {tokenType}, DS.{dps}"); 1133if (char.IsLetter(str.m_current)) 1140if ((str.m_current == '-' || str.m_current == '+') && ((result.flags & ParseFlags.TimeZoneUsed) == 0)) 4013if (str.m_current != DateTimeFormatInfo.JapaneseEraStart[0]) 5467if (char.IsAsciiDigit(m_current)) 5470tokenValue = m_current - '0'; 5480value = m_current - '0'; 5507char saveCh = m_current; 5528else if (char.IsWhiteSpace(m_current)) 5534if (!char.IsWhiteSpace(m_current)) 5551charBeforeSeparator = m_current; 5558if (!char.IsAsciiDigit(m_current)) 5822if (!char.IsWhiteSpace(m_current) && m_current != RightToLeftMark) 5830if (!char.IsWhiteSpace(m_current) && m_current != RightToLeftMark)