2 instantiations of ToolSearchCommand
dotnet (1)
Commands\Tool\Search\ToolSearchCommandParser.cs (1)
60command.SetAction((parseResult) => new ToolSearchCommand(parseResult).Execute());
dotnet.Tests (1)
CommandTests\Tool\Search\ToolSearchParserTests.cs (1)
23Action a = () => new ToolSearchCommand(result);