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