33 references to LocalMachine
mscorlib (1)
system\AppContext\AppContextDefaultValues.DesktopOverrides.cs (1)
133
using (SafeRegistryHandle hklm = new SafeRegistryHandle((IntPtr)RegistryHive.
LocalMachine
, true))
System (5)
services\monitoring\system\diagnosticts\EventLog.cs (2)
448
baseKey = RegistryKey.OpenRemoteBaseKey(RegistryHive.
LocalMachine
, machineName);
1059
lmkey = RegistryKey.OpenRemoteBaseKey(RegistryHive.
LocalMachine
, machine);
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1138
lmkey = RegistryKey.OpenRemoteBaseKey(RegistryHive.
LocalMachine
, machine);
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
631
baseKey = RegistryKey.OpenRemoteBaseKey(RegistryHive.
LocalMachine
, "\\\\" + this.machineName);
services\monitoring\system\diagnosticts\SharedUtils.cs (1)
239
baseKey = RegistryKey.OpenRemoteBaseKey(RegistryHive.
LocalMachine
, machineName);
WsatConfig (9)
Configuration\CertificateManager.cs (2)
27
RegistryExceptionHelper registryExceptionHelper = new RegistryExceptionHelper(machineName, RegistryHive.
LocalMachine
, certificateStore);
31
SafeRegistryKey hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.
LocalMachine
), false);
Configuration\QfeChecker.cs (1)
64
using (SafeRegistryKey hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.
LocalMachine
), false))
Configuration\RegistryExceptionHelper.cs (1)
47
case RegistryHive.
LocalMachine
:
Configuration\RemoteHelper.cs (2)
145
RegistryConfigurationProvider reg = new RegistryConfigurationProvider(Microsoft.Win32.RegistryHive.
LocalMachine
,
155
RegistryConfigurationProvider reg2 = new RegistryConfigurationProvider(Microsoft.Win32.RegistryHive.
LocalMachine
,
Configuration\StdRegProviderWrapper.cs (1)
69
case RegistryHive.
LocalMachine
:
Configuration\WsatConfiguration.cs (2)
291
this.msdtcConfigProvider = new RegistryConfigurationProvider(RegistryHive.
LocalMachine
, WsatKeys.MsdtcRegKey, MachineName);
292
this.wsatConfigProvider = new RegistryConfigurationProvider(RegistryHive.
LocalMachine
, WsatKeys.WsatRegKey, MachineName);
WsatUI (18)
Configuration\CertificateManager.cs (3)
27
RegistryExceptionHelper registryExceptionHelper = new RegistryExceptionHelper(machineName, RegistryHive.
LocalMachine
, certificateStore);
31
SafeRegistryKey hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.
LocalMachine
), false);
79
new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.
LocalMachine
), false),
Configuration\ETWWsatTraceSession.cs (3)
121
RegistryConfigurationProvider wsatTraceProvider = new RegistryConfigurationProvider(RegistryHive.
LocalMachine
, WsatKeys.WsatRegKey, null);
132
RegistryConfigurationProvider wsatTraceProvider = new RegistryConfigurationProvider(RegistryHive.
LocalMachine
, WsatKeys.WsatRegKey, null);
144
RegistryConfigurationProvider wsatTraceProvider = new RegistryConfigurationProvider(RegistryHive.
LocalMachine
, WsatKeys.WsatRegKey, null);
Configuration\QfeChecker.cs (1)
64
using (SafeRegistryKey hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.
LocalMachine
), false))
Configuration\RegistryExceptionHelper.cs (1)
47
case RegistryHive.
LocalMachine
:
Configuration\RegistryHelper.cs (2)
36
RegistryExceptionHelper registryExceptionHelper = new RegistryExceptionHelper(string.Empty, RegistryHive.
LocalMachine
, key);
82
RegistryExceptionHelper registryExceptionHelper = new RegistryExceptionHelper(string.Empty, RegistryHive.
LocalMachine
, key);
Configuration\RemoteHelper.cs (2)
145
RegistryConfigurationProvider reg = new RegistryConfigurationProvider(Microsoft.Win32.RegistryHive.
LocalMachine
,
155
RegistryConfigurationProvider reg2 = new RegistryConfigurationProvider(Microsoft.Win32.RegistryHive.
LocalMachine
,
Configuration\StdRegProviderWrapper.cs (1)
69
case RegistryHive.
LocalMachine
:
Configuration\WsatConfiguration.cs (2)
291
this.msdtcConfigProvider = new RegistryConfigurationProvider(RegistryHive.
LocalMachine
, WsatKeys.MsdtcRegKey, MachineName);
292
this.wsatConfigProvider = new RegistryConfigurationProvider(RegistryHive.
LocalMachine
, WsatKeys.WsatRegKey, MachineName);
MMCUI\WSATPropertySheet.cs (3)
411
RegistryConfigurationProvider provider = new RegistryConfigurationProvider(RegistryHive.
LocalMachine
, WsatKeys.WSATRegisterSnapinWsatPropertySheetKey, null);
419
provider = new RegistryConfigurationProvider(RegistryHive.
LocalMachine
, WsatKeys.WSATRegisterNodeTypesCompServCompNodeKey, null);
427
provider = new RegistryConfigurationProvider(RegistryHive.
LocalMachine
, WsatKeys.WsatRegKey, null);