6 instantiations of VSTestForwardingApp
dotnet (4)
Commands\Test\VSTest\TestCommand.cs (2)
147
int exitCode = new
VSTestForwardingApp
(convertedArgs).Execute();
280
return new
VSTestForwardingApp
(artifactsPostProcessArgs).Execute();
Commands\VSTest\VSTestCommand.cs (1)
32
VSTestForwardingApp vsTestforwardingApp =
new
(args);
Parser.cs (1)
370
new
VSTestForwardingApp
(helpArgs).Execute();
dotnet.Tests (2)
CommandTests\MSBuild\GivenDotnetVsTestForwardingApp.cs (2)
13
new
VSTestForwardingApp
(new string[0])
26
new
VSTestForwardingApp
(new string[0])
2 references to VSTestForwardingApp
dotnet (2)
Commands\Test\VSTest\TestCommand.cs (1)
244
Dictionary<string, string> variables =
VSTestForwardingApp
.GetVSTestRootVariables();
Commands\VSTest\VSTestCommand.cs (1)
32
VSTestForwardingApp
vsTestforwardingApp = new(args);