3 instantiations of SafeRegistryKey
WsatUI (3)
Configuration\CertificateManager.cs (2)
31SafeRegistryKey hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.LocalMachine), false); 79new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.LocalMachine), false),
Configuration\QfeChecker.cs (1)
64using (SafeRegistryKey hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.LocalMachine), false))
6 references to SafeRegistryKey
WsatUI (6)
Configuration\CertificateManager.cs (4)
31SafeRegistryKey hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.LocalMachine), false); 32SafeRegistryKey regKey = null; 72SafeRegistryKey remoteBase = null; 73SafeRegistryKey finalKey = null;
Configuration\QfeChecker.cs (2)
64using (SafeRegistryKey hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.LocalMachine), false)) 66SafeRegistryKey regKey = null;