9 references to Execute
dotnet (9)
Commands\Format\FormatCommand.cs (1)
14return new FormatForwardingApp(args).Execute();
Commands\Fsi\FsiCommand.cs (1)
13return new FsiForwardingApp(args).Execute();
Commands\Test\VSTest\TestCommand.cs (2)
172int exitCode = new VSTestForwardingApp(convertedArgs).Execute(); 305return new VSTestForwardingApp(artifactsPostProcessArgs).Execute();
Commands\VSTest\VSTestCommand.cs (1)
35int exitCode = vsTestforwardingApp.Execute();
NuGetForwardingApp.cs (1)
28return _forwardingApp.Execute();
Parser.cs (3)
418new VSTestForwardingApp(["--help"]).Execute(); 423new FormatForwardingApp([.. arguments, "--help"]).Execute(); 427new FsiForwardingApp(["--help"]).Execute();