3 references to MinWorkerThreadsTimesCpuCount
System.Web (3)
HttpRuntime.cs (3)
1225
if (pmConfig.
MinWorkerThreadsTimesCpuCount
> 0 || pmConfig.MinIoThreadsTimesCpuCount > 0) {
1229
int newMinWorkerThreads = pmConfig.
MinWorkerThreadsTimesCpuCount
> 0 ? pmConfig.
MinWorkerThreadsTimesCpuCount
: currentMinWorkerThreads;