5 references to ToolListLocalCommand
dotnet (2)
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
76
var toolListCommand = new
ToolListLocalCommand
(_parseResult, (IToolManifestInspector)_toolManifestFinder);
Commands\Tool\List\ToolListCommand.cs (1)
20
= toolListLocalCommand ?? new
ToolListLocalCommand
(result);
dotnet.Tests (3)
CommandTests\Tool\List\ToolListLocalCommandTests.cs (3)
51
_defaultToolListLocalCommand = new
ToolListLocalCommand
(
75
new
ToolListLocalCommand
(
135
var command = new
ToolListLocalCommand
(