3 writes to _ioLoop
System.IO.Ports (3)
System\IO\Ports\SerialStream.Unix.cs (3)
683
_ioLoop
= Task.Factory.StartNew(
724
_ioLoop
= null;
933
_ioLoop
= null;
2 references to _ioLoop
System.IO.Ports (2)
System\IO\Ports\SerialStream.Unix.cs (2)
680
if (
_ioLoop
== null)
723
_ioLoop
?.GetAwaiter().GetResult();