3 references to LocalAppContextSwitches
System.Net.Quic (3)
src\libraries\Common\src\System\Net\Security\SslKeyLogger.cs (1)
21bool isEnabled = LocalAppContextSwitches.EnableSslKeyLogging;
System\Net\Quic\Internal\MsQuicApi.cs (1)
284private static bool ShouldUseAppLocalMsQuic() => LocalAppContextSwitches.AppLocalMsQuic;
System\Net\Quic\Internal\MsQuicConfiguration.Cache.cs (1)
19internal static bool ConfigurationCacheEnabled => !LocalAppContextSwitches.DisableConfigurationCache;