1 write to _maxCharsSize
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\BinaryReader.cs (1)
51
_maxCharsSize
= encoding.GetMaxCharCount(MaxCharBytesSize);
1 reference to _maxCharsSize
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\BinaryReader.cs (1)
279
_charBuffer ??= new char[
_maxCharsSize
];