2 writes to _numBlockedThreads
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.Blocking.cs (2)
43_numBlockedThreads++; 78_numBlockedThreads--;
5 references to _numBlockedThreads
System.Private.CoreLib (5)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.Blocking.cs (4)
26_numBlockedThreads <= 0 28: (short)Math.Min((ushort)(_minThreads + _numBlockedThreads), (ushort)_maxThreads); 44Debug.Assert(_numBlockedThreads > 0); 77Debug.Assert(_numBlockedThreads > 0);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (1)
214if (_numBlockedThreads > 0)