1 write to _maxByteCountForSingleChar
System.IO.Ports (1)
System\IO\Ports\SerialPort.cs (1)
316_maxByteCountForSingleChar = _encoding.GetMaxByteCount(1);
1 reference to _maxByteCountForSingleChar
System.IO.Ports (1)
System\IO\Ports\SerialPort.cs (1)
1079_singleCharBuffer ??= new char[_maxByteCountForSingleChar];