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