2 references to NumThreadsGoalShift
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.ThreadCounts.cs (2)
131
short value = GetInt16Value(
NumThreadsGoalShift
);
138
SetInt16Value(Math.Max((short)1, value),
NumThreadsGoalShift
);