1 write to waitHandle
System.Diagnostics.EventLog (1)
System\Diagnostics\EventLogInternal.cs (1)
1416this.waitHandle = waitHandle;
4 references to waitHandle
System.Diagnostics.EventLog (4)
System\Diagnostics\EventLogInternal.cs (4)
426bool success = Interop.Advapi32.NotifyChangeEventLog(info.handleOwner.ReadHandle, info.waitHandle.SafeWaitHandle); 430info.registeredWaitHandle = ThreadPool.RegisterWaitForSingleObject(info.waitHandle, new WaitOrTimerCallback(StaticCompletionCallback), info, -1, false); 1158info.registeredWaitHandle.Unregister(info.waitHandle); 1160info.waitHandle.Close();