4 references to Handle
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (3)
350waitHandleToRemove.Handle.DangerousRelease(); 404handle.Handle.DangerousAddRef(ref success); 408_waitHandles[_numUserWaits + 1] = handle.Handle;
src\libraries\System.Private.CoreLib\src\System\Threading\RegisteredWaitHandle.Unix.cs (1)
21/// The callback to execute when the wait on <see cref="Handle"/> either times out or completes.