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