1 write to _numThreadsBeingKeptAlive
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerThread.cs (1)
93
Interlocked.CompareExchange(ref threadPoolInstance.
_numThreadsBeingKeptAlive
, count + 1, count);
1 reference to _numThreadsBeingKeptAlive
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.WorkerThread.cs (1)
89
int count = threadPoolInstance.
_numThreadsBeingKeptAlive
;