3 instantiations of WindowsRegistryHelper
Microsoft.TestPlatform.CoreUtilities (2)
Helpers\DotnetHostHelper.cs (2)
43
public DotnetHostHelper() : this(new FileHelper(), new PlatformEnvironment(), new
WindowsRegistryHelper
(), new EnvironmentVariableHelper(), new ProcessHelper())
52
public DotnetHostHelper(IFileHelper fileHelper, IEnvironment environment) : this(fileHelper, environment, new
WindowsRegistryHelper
(), new EnvironmentVariableHelper(), new ProcessHelper())
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\DotnetTestHostManager.cs (1)
96
new
WindowsRegistryHelper
(),