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