sys\system\io\ports\SerialPort.cs (3)
1002return InternalRead(buffer, offset, count, readTimeout, false);
1258numCharsRead = InternalRead(singleCharBuffer, 0, 1, readTimeout, true);
1262numCharsRead = InternalRead(singleCharBuffer, 0, 1, readTimeout - timeUsed, true);