4 references to GetInt16ComPlusOrDotNetConfig
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelLifoSemaphore.cs (2)
71
_maxSpinCount = AppContextConfigHelper.
GetInt16ComPlusOrDotNetConfig
(
77
_threadWakeCooldownUsec = AppContextConfigHelper.
GetInt16ComPlusOrDotNetConfig
(
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (2)
34
AppContextConfigHelper.
GetInt16ComPlusOrDotNetConfig
("System.Threading.ThreadPool.MinThreads", "ThreadPool_ForceMinWorkerThreads", 0, false);
36
AppContextConfigHelper.
GetInt16ComPlusOrDotNetConfig
("System.Threading.ThreadPool.MaxThreads", "ThreadPool_ForceMaxWorkerThreads", 0, false);