7 writes to m_length
mscorlib (7)
system\security\securestring.cs (7)
56m_length = str.m_length; 67m_length = 0; 80m_length = length; 146m_length++; 164m_length = 0; 214++m_length; 269pBuffer[--m_length] = (char)0;
16 references to m_length
mscorlib (16)
system\security\securestring.cs (16)
56m_length = str.m_length; 127return m_length; 140EnsureCapacity(m_length + 1); 145m_buffer.Write<char>((uint)m_length * sizeof(char), c); 192if( index < 0 || index > m_length) { 200EnsureCapacity(m_length + 1); 210for (int i = m_length; i > index; i--) { 251if( index < 0 || index >= m_length) { 265for (int i = index; i < m_length - 1; i++) 290if( index < 0 || index >= m_length) { 404m_length, 433m_length, 453if( m_length == 0 || m_encrypted) { 482int length = m_length; 531int length = m_length; 654if( m_length == 0) {