2 instantiations of SafeRegistryKey
WsatConfig (2)
Configuration\CertificateManager.cs (1)
31SafeRegistryKey hive = new 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))
7 references to SafeRegistryKey
WsatConfig (7)
Configuration\CertificateManager.cs (2)
31SafeRegistryKey hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.LocalMachine), false); 32SafeRegistryKey regKey = null;
Configuration\QfeChecker.cs (2)
64using (SafeRegistryKey hive = new SafeRegistryKey(new IntPtr((int)Microsoft.Win32.RegistryHive.LocalMachine), false)) 66SafeRegistryKey regKey = null;
Configuration\SafeNativeMethods.cs (3)
146[In] SafeRegistryKey pvPara); 173[In] SafeRegistryKey hKey, 177[Out] out SafeRegistryKey phkResult);