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];