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