2 instantiations of RegistryKeyWrapper
Microsoft.TestPlatform.CoreUtilities (2)
Helpers\WindowsRegistryHelper.cs (2)
15return keyRegistry is null ? null : new RegistryKeyWrapper(keyRegistry); 36return keyRegistry is null ? null : new RegistryKeyWrapper(keyRegistry);