4 writes to m_length
mscorlib (4)
system\io\pathhelper.cs (4)
68this.m_length = 0; 82this.m_length = 0; 103m_length = value; 147m_length++;
2 references to m_length
mscorlib (2)
system\io\pathhelper.cs (2)
95return m_length; 404m_arrayPtr[m_length] = '\0';