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