2 instantiations of FsiForwardingApp
dotnet (2)
Commands\Fsi\FsiCommand.cs (1)
13
return new
FsiForwardingApp
(args).Execute();
Parser.cs (1)
378
new
FsiForwardingApp
(helpArgs).Execute();