System\IO\Ports\SerialPort.cs (3)
812return InternalRead(buffer, offset, count, _readTimeout, false);
1087numCharsRead = InternalRead(_singleCharBuffer, 0, 1, _readTimeout, true);
1092numCharsRead = InternalRead(_singleCharBuffer, 0, 1, _readTimeout - timeUsed, true);