1 write to m_value
mscorlib (1)
system\globalization\timespanparse.cs (1)
172m_value = input;
4 references to m_value
mscorlib (4)
system\globalization\timespanparse.cs (4)
214tok.sep = m_value.Substring(startIndex, length); 221return m_pos >= (m_value.Length-1); 238if (m_pos > -1 && m_pos < m_value.Length) { 239return m_value[m_pos];