2 references to NumExistingThreadsShift
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.ThreadCounts.cs (2)
113
short value = GetInt16Value(
NumExistingThreadsShift
);
120
SetInt16Value(Math.Max((short)0, value),
NumExistingThreadsShift
);