1 write to Thread
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (1)
140public WaitThreadNode(WaitThread thread) => Thread = thread;
4 references to Thread
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (4)
54if (current.Thread.RegisterWaitHandle(handle)) 64prev.Next.Thread.RegisterWaitHandle(handle); 113if (current.Thread == thread) 125} while (current != null && current.Thread != thread);