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)
369new VSTestForwardingApp(helpArgs).Execute(); 374new FormatForwardingApp([.. arguments, .. helpArgs]).Execute(); 378new FsiForwardingApp(helpArgs).Execute();