3 writes to _ioLoop
System.IO.Ports (3)
System\IO\Ports\SerialStream.Unix.cs (3)
682
_ioLoop
= Task.Factory.StartNew(
723
_ioLoop
= null;
932
_ioLoop
= null;
2 references to _ioLoop
System.IO.Ports (2)
System\IO\Ports\SerialStream.Unix.cs (2)
679
if (
_ioLoop
== null)
722
_ioLoop
?.GetAwaiter().GetResult();