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