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