1 type derived from FormatForwardingApp
dotnet (1)
Commands\Format\FormatCommand.cs (1)
9: FormatForwardingApp(argsToForward)
2 instantiations of FormatForwardingApp
dotnet (2)
Commands\Format\FormatCommand.cs (1)
14return new FormatForwardingApp(args).Execute();
Parser.cs (1)
374new FormatForwardingApp([.. arguments, .. helpArgs]).Execute();