2 instantiations of ToolExecuteCommand
dotnet (2)
Commands\Dnx\DnxCommandParser.cs (1)
33command.SetAction((parseResult) => new ToolExecuteCommand(parseResult).Execute());
Commands\Tool\Execute\ToolExecuteCommandParser.cs (1)
59command.SetAction((parseResult) => new ToolExecuteCommand(parseResult).Execute());