4 references to new
dotnet (4)
Commands\Test\VSTest\TestCommand.cs (2)
172
int exitCode = new
VSTestForwardingApp
(convertedArgs).Execute();
305
return new
VSTestForwardingApp
(artifactsPostProcessArgs).Execute();
Commands\VSTest\VSTestCommand.cs (1)
33
VSTestForwardingApp vsTestforwardingApp =
new
(args);
Parser.cs (1)
369
new
VSTestForwardingApp
(helpArgs).Execute();