1 write to m_totalSize
mscorlib (1)
system\unsafecharbuffer.cs (1)
31m_totalSize = bufferSize;
2 references to m_totalSize
mscorlib (2)
system\unsafecharbuffer.cs (2)
41if ( (m_totalSize - m_length) < stringToAppend.Length ) { 50Contract.Assert(m_length <= m_totalSize, "Buffer has been overflowed!");