1 reference to StaticCompletionCallback
System.Diagnostics.EventLog (1)
System\Diagnostics\EventLogInternal.cs (1)
430
info.registeredWaitHandle = ThreadPool.RegisterWaitForSingleObject(info.waitHandle, new WaitOrTimerCallback(
StaticCompletionCallback
), info, -1, false);