20 references to ToolInstallLocalCommand
dotnet (2)
Commands\Tool\Install\ToolInstallCommand.cs (1)
46
return (_toolInstallLocalCommand ?? new
ToolInstallLocalCommand
(_parseResult)).Execute();
Commands\Tool\Update\ToolUpdateLocalCommand.cs (1)
61
() => new
ToolInstallLocalCommand
(
dotnet.Tests (18)
CommandTests\Tool\Install\ToolInstallCommandTests.cs (2)
48
new
ToolInstallLocalCommand
(parseResult, runtimeJsonPathForTests: ridGraphPath).Execute().Should().Be(0);
53
new
ToolInstallLocalCommand
(parseResult, runtimeJsonPathForTests: ridGraphPath).Execute().Should().Be(0);
CommandTests\Tool\Install\ToolInstallLocalCommandTests.cs (16)
98
var toolInstallCommand = new
ToolInstallLocalCommand
(parseResult);
107
var toolInstallCommand = new
ToolInstallLocalCommand
(parseResult,
138
var toolInstallLocalCommand = new
ToolInstallLocalCommand
(
158
var toolInstallLocalCommand = new
ToolInstallLocalCommand
(
186
var installLocalCommand = new
ToolInstallLocalCommand
(
206
var installLocalCommand = new
ToolInstallLocalCommand
(
227
var installLocalCommand = new
ToolInstallLocalCommand
(
275
var installLocalCommand = new
ToolInstallLocalCommand
(
349
return new
ToolInstallLocalCommand
(
365
var installLocalCommand = new
ToolInstallLocalCommand
(
384
var installLocalCommand = new
ToolInstallLocalCommand
(
403
var installLocalCommand = new
ToolInstallLocalCommand
(
440
var installLocalCommand = new
ToolInstallLocalCommand
(
462
var installLocalCommand = new
ToolInstallLocalCommand
(
487
var installLocalCommand = new
ToolInstallLocalCommand
(
509
var installLocalCommand = new
ToolInstallLocalCommand
(