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