5 instantiations of 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
(
6 references to ToolListLocalCommand
dotnet (3)
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
76
var
toolListCommand = new ToolListLocalCommand(_parseResult, (IToolManifestInspector)_toolManifestFinder);
Commands\Tool\List\ToolListCommand.cs (2)
14
ToolListLocalCommand
toolListLocalCommand = null
19
private readonly
ToolListLocalCommand
_toolListLocalCommand
dotnet.Tests (3)
CommandTests\Tool\List\ToolListLocalCommandTests.cs (3)
24
private readonly
ToolListLocalCommand
_defaultToolListLocalCommand;
132
private
ToolListLocalCommand
CreateCommandWithArg(string arg)
135
var
command = new ToolListLocalCommand(