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