4 instantiations of VsTestConsoleProcessManager
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (2)
VsTestConsoleWrapper.cs (2)
84
new
VsTestConsoleProcessManager
(vstestConsolePath),
106
new
VsTestConsoleProcessManager
(vstestConsolePath, dotnetExePath),
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);
2 references to VsTestConsoleProcessManager
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);