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