1 write to isAsync
System (1)
sys\system\io\ports\SerialStream.cs (1)
1695
isAsync
= stream.isAsync;
3 references to isAsync
System (3)
sys\system\io\ports\SerialStream.cs (3)
1718
if (
isAsync
) {
1751
Debug.Assert(
isAsync
, "The port is not open for async, so we should not get ERROR_IO_PENDING from WaitCommEvent");
1784
if (
isAsync
) {