1 write to waitHandle
System.IO.Log (1)
System\IO\Log\OverlappedAsyncResult.cs (1)
77
this.
waitHandle
= new ManualResetEvent(this.isCompleted);
4 references to waitHandle
System.IO.Log (4)
System\IO\Log\OverlappedAsyncResult.cs (4)
75
if (this.
waitHandle
== null)
81
return this.
waitHandle
;
108
if (this.
waitHandle
!= null)
109
this.
waitHandle
.Set();