2 references to DontEnableTlsAlerts
System (2)
net\System\Net\_SecureChannel.cs (1)
1315if (LocalAppContextSwitches.DontEnableTlsAlerts)
net\System\Net\SecureProtocols\_SslState.cs (1)
463if (shutdownCheck && _Shutdown && !LocalAppContextSwitches.DontEnableTlsAlerts) {