2 references to OnePointFive
System.IO.Ports (2)
System\IO\Ports\SerialPort.cs (1)
465if (value < StopBits.One || value > StopBits.OnePointFive)
System\IO\Ports\SerialStream.Unix.cs (1)
332Debug.Assert(!(value < StopBits.One || value > StopBits.OnePointFive), "An invalid value was passed to StopBits");