2 writes to _hasOutstandingThreadRequest
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (1)
484Interlocked.Exchange(ref _separated._hasOutstandingThreadRequest, 1) == 0)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerThread.cs (1)
133Interlocked.Exchange(ref threadPoolInstance._separated._hasOutstandingThreadRequest, 0) != 0)
6 references to _hasOutstandingThreadRequest
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.Blocking.cs (1)
234if (counts.NumProcessingWork >= numThreadsGoal && _separated._hasOutstandingThreadRequest != 0)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (2)
226if (_separated._hasOutstandingThreadRequest != 0) 483if (_separated._hasOutstandingThreadRequest == 0 &&
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (2)
135threadPoolInstance._separated._hasOutstandingThreadRequest != 0 && 190if (threadPoolInstance._separated._hasOutstandingThreadRequest == 0 &&
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerThread.cs (1)
132if (threadPoolInstance._separated._hasOutstandingThreadRequest != 0 &&