4 references to GetBooleanConfig
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppContextConfigHelper.cs (2)
28
return
GetBooleanConfig
(switchName, defaultValue);
47
return
GetBooleanConfig
(configName, defaultValue);
src\runtime\src\libraries\System.Private.CoreLib\src\System\LocalAppContextSwitches.cs (1)
74
bool isSwitchEnabled = AppContextConfigHelper.
GetBooleanConfig
("Switch.System.Diagnostics.StackTrace.ShowILOffsets", false);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.Blocking.cs (1)
265
AppContextConfigHelper.
GetBooleanConfig
("System.Threading.ThreadPool.Blocking.IgnoreMemoryUsage", false);