5 references to OSInstallTypeRegKey
System (5)
net\System\Net\Internal.cs (5)
676
private const string OSInstallTypeRegKeyPath = @"HKEY_LOCAL_MACHINE\" +
OSInstallTypeRegKey
;
727
using (RegistryKey installTypeKey = Registry.LocalMachine.OpenSubKey(
OSInstallTypeRegKey
))
733
if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_empty_osinstalltype,
OSInstallTypeRegKey
+ "\\" + OSInstallTypeRegName));
770
if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_cant_determine_osinstalltype,
OSInstallTypeRegKey
, e.Message));
775
if (Logging.On) Logging.PrintWarning(Logging.Web, SR.GetString(SR.net_cant_determine_osinstalltype,
OSInstallTypeRegKey
, e.Message));