8 references to RegisterWaitForSingleObject
aspire (1)
Processes\WindowsProcessInterop.cs (1)
718
registration = ThreadPool.
RegisterWaitForSingleObject
(
Microsoft.Build (1)
Utilities\AwaitExtensions.cs (1)
116
callbackHandles[i] = ThreadPool.
RegisterWaitForSingleObject
(
System.Diagnostics.EventLog (2)
System\Diagnostics\EventLogInternal.cs (1)
430
info.registeredWaitHandle = ThreadPool.
RegisterWaitForSingleObject
(info.waitHandle, new WaitOrTimerCallback(StaticCompletionCallback), info, -1, false);
System\Diagnostics\Reader\EventLogWatcher.cs (1)
201
_registeredWaitHandle = ThreadPool.
RegisterWaitForSingleObject
(
System.Diagnostics.Process (3)
Microsoft\Win32\SafeHandles\SafeProcessHandle.cs (2)
366
registeredWaitHandle = ThreadPool.
RegisterWaitForSingleObject
(
439
registeredWaitHandle = ThreadPool.
RegisterWaitForSingleObject
(
System\Diagnostics\Process.Unix.cs (1)
237
_registeredWaitHandle = ThreadPool.
RegisterWaitForSingleObject
(_waitHandle,
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory_T.cs (1)
683
ThreadPool.
RegisterWaitForSingleObject
(