1 write to m_maxCharsSize
mscorlib (1)
system\io\binaryreader.cs (1)
63m_maxCharsSize = encoding.GetMaxCharCount(MaxCharBytesSize);
1 reference to m_maxCharsSize
mscorlib (1)
system\io\binaryreader.cs (1)
271m_charBuffer = new char[m_maxCharsSize];