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