1 write to maxByteCountForSingleChar
System (1)
sys\system\io\ports\SerialPort.cs (1)
313maxByteCountForSingleChar = encoding.GetMaxByteCount(1);
1 reference to maxByteCountForSingleChar
System (1)
sys\system\io\ports\SerialPort.cs (1)
1251singleCharBuffer = new char[maxByteCountForSingleChar];