1 implementation of OpenBaseKey
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\WindowsRegistryHelper.cs (1)
12
public IRegistryKey?
OpenBaseKey
(RegistryHive hKey, RegistryView view)
1 reference to OpenBaseKey
Microsoft.TestPlatform.CoreUtilities (1)
Helpers\DotnetHostHelper.cs (1)
317
using IRegistryKey? hklm = _windowsRegistryHelper.
OpenBaseKey
(RegistryHive.LocalMachine, RegistryView.Registry32);