2 instantiations of ToolExecuteCommand
dotnet (2)
Commands\Dnx\DnxCommandParser.cs (1)
13
command.SetAction(parseResult => new
ToolExecuteCommand
(parseResult).Execute());
Commands\Tool\ToolCommandParser.cs (1)
30
command.ExecuteCommand.SetAction(parseResult => new
ToolExecuteCommand
(parseResult).Execute());