1 write to waitHandle
System (1)
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
567info.waitHandle = new AutoResetEvent(false);
4 references to waitHandle
System (4)
services\monitoring\system\diagnosticts\EventLogInternal.cs (4)
568bool success = UnsafeNativeMethods.NotifyChangeEventLog(info.handleOwner.ReadHandle, info.waitHandle.SafeWaitHandle); 572info.registeredWaitHandle = ThreadPool.RegisterWaitForSingleObject(info.waitHandle, new WaitOrTimerCallback(StaticCompletionCallback), info, -1, false); 1403info.registeredWaitHandle.Unregister(info.waitHandle); 1405info.waitHandle.Close();