2 references to RegisterWaitHandle
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (2)
54
if (current.Thread.
RegisterWaitHandle
(handle))
64
prev.Next.Thread.
RegisterWaitHandle
(handle);