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