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