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