2 references to WaitThreadNode
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WaitThread.cs (2)
48
WaitThreadNode? current = _waitThreadsHead ??= new
WaitThreadNode
(new WaitThread()); // Lazily create the first wait thread.
63
prev.Next = new
WaitThreadNode
(new WaitThread());