3 references to GetNumProcessCPUs
System.Web (3)
BufferAllocator.cs (1)
56s_ProcsFudgeFactor = SystemInfo.GetNumProcessCPUs();
Configuration\ProcessModelSection.cs (1)
253cpuCount = SystemInfo.GetNumProcessCPUs();
Util\ReadWriteSpinLock.cs (1)
47static bool s_disableBusyWaiting = (SystemInfo.GetNumProcessCPUs() == 1);