3 instantiations of FsiForwardingApp
dotnet (3)
Commands\Fsi\FsiCommand.cs (1)
15
return new
FsiForwardingApp
(args).Execute();
Parser.cs (2)
379
new
FsiForwardingApp
(helpArgs).Execute();
395
new
FsiForwardingApp
(helpArgs).Execute();