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