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);
44
Debug.Assert(
_numBlockedThreads
> 0);
77
Debug.Assert(
_numBlockedThreads
> 0);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (1)
214
if (
_numBlockedThreads
> 0)