4 references to Execute
dotnet-aot (4)
parent\dotnet\NuGetForwardingApp.cs (1)
30return _forwardingApp.Execute();
parent\dotnet\Parser.cs (3)
476new VSTestForwardingApp(["--help"]).Execute(); 481new FormatForwardingApp([.. arguments, "--help"]).Execute(); 485new FsiForwardingApp(["--help"]).Execute();