1 write to Thread
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (1)
140
public 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)
54
if (current.
Thread
.RegisterWaitHandle(handle))
64
prev.Next.
Thread
.RegisterWaitHandle(handle);
113
if (current.
Thread
== thread)
125
} while (current != null && current.
Thread
!= thread);