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