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