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