1 write to _receivedBytesThreshold
System.IO.Ports (1)
System\IO\Ports\SerialPort.cs (1)
426_receivedBytesThreshold = value;
2 references to _receivedBytesThreshold
System.IO.Ports (2)
System\IO\Ports\SerialPort.cs (2)
419return _receivedBytesThreshold; 1246raiseEvent = stream.IsOpen && (SerialData.Eof == e.EventType || BytesToRead >= _receivedBytesThreshold);