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