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