1 write to registeredWaitHandle
System (1)
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
572info.registeredWaitHandle = ThreadPool.RegisterWaitForSingleObject(info.waitHandle, new WaitOrTimerCallback(StaticCompletionCallback), info, -1, false);
1 reference to registeredWaitHandle
System (1)
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1403info.registeredWaitHandle.Unregister(info.waitHandle);