1 write to _minLocalFreeThreads
System.Web (1)
RequestQueue.cs (1)
134
_minLocalFreeThreads
= minLocalFreeThreads;
4 references to _minLocalFreeThreads
System.Web (4)
RequestQueue.cs (4)
167
if (isLocal && freeThreads >=
_minLocalFreeThreads
&& _count == 0)
183
else if (freeThreads >=
_minLocalFreeThreads
) {
211
if (workerThreads <
_minLocalFreeThreads
)
240
if (workerThreads <
_minLocalFreeThreads
)