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