3 writes to _waitHandle
System (3)
sys\system\io\ports\SerialStream.cs (3)
1437asyncResult._waitHandle = waitHandle; 1492asyncResult._waitHandle = waitHandle; 1729asyncResult._waitHandle = waitCommEventWaitHandle;
4 references to _waitHandle
System (4)
sys\system\io\ports\SerialStream.cs (4)
969WaitHandle wh = afsar._waitHandle; 1038WaitHandle wh = afsar._waitHandle; 1656ManualResetEvent wh = asyncResult._waitHandle; 1978return _waitHandle;