4 references to VsTestConsoleProcessManager
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleProcessManager.cs (1)
97public VsTestConsoleProcessManager(string vstestConsolePath, string dotnetExePath) : this(vstestConsolePath)
VsTestConsoleWrapper.cs (1)
84new VsTestConsoleProcessManager(vstestConsolePath),
vstest.console (1)
InProcessVsTestConsoleWrapper.cs (1)
129using var manager = new VsTestConsoleProcessManager(someExistingFile);
vstest.console.arm64 (1)
src\vstest\src\vstest.console\InProcessVsTestConsoleWrapper.cs (1)
129using var manager = new VsTestConsoleProcessManager(someExistingFile);