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