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