2 instantiations of ToolInstallLocalCommand
dotnet (2)
Commands\Tool\Install\ToolInstallCommand.cs (1)
54
return (_toolInstallLocalCommand ?? new
ToolInstallLocalCommand
(_parseResult)).Execute();
Commands\Tool\Update\ToolUpdateLocalCommand.cs (1)
42
() => new
ToolInstallLocalCommand
(
4 references to ToolInstallLocalCommand
dotnet (4)
Commands\Tool\Install\ToolInstallCommand.cs (2)
13
private readonly
ToolInstallLocalCommand
_toolInstallLocalCommand;
22
ToolInstallLocalCommand
toolInstallLocalCommand = null) : base(parseResult)
Commands\Tool\Update\ToolUpdateLocalCommand.cs (2)
22
internal readonly Lazy<
ToolInstallLocalCommand
> _toolInstallLocalCommand;
41
_toolInstallLocalCommand = new Lazy<
ToolInstallLocalCommand
>(