7 references to MaxCharBytesSize
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\IO\BinaryReader.cs (7)
51_maxCharsSize = encoding.GetMaxCharCount(MaxCharBytesSize); 126Span<byte> charBytes = stackalloc byte[MaxCharBytesSize]; 259Span<byte> charBytes = stackalloc byte[MaxCharBytesSize]; 265int readLength = Math.Min(MaxCharBytesSize, stringLength - currPos); 322Span<byte> charBytes = stackalloc byte[MaxCharBytesSize]; 368if (numBytes > MaxCharBytesSize) 370numBytes = MaxCharBytesSize;