20 instantiations of 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(
25 references to ToolInstallLocalCommand
dotnet (4)
Commands\Tool\Install\ToolInstallCommand.cs (2)
15ToolInstallLocalCommand toolInstallLocalCommand = null) : CommandBase(parseResult) 17private readonly ToolInstallLocalCommand _toolInstallLocalCommand = toolInstallLocalCommand;
Commands\Tool\Update\ToolUpdateLocalCommand.cs (2)
22internal readonly Lazy<ToolInstallLocalCommand> _toolInstallLocalCommand; 60_toolInstallLocalCommand = new Lazy<ToolInstallLocalCommand>(
dotnet.Tests (21)
CommandTests\Tool\Install\ToolInstallLocalCommandTests.cs (21)
98var toolInstallCommand = new ToolInstallLocalCommand(parseResult); 107var toolInstallCommand = new ToolInstallLocalCommand(parseResult, 123var toolInstallLocalCommand = GetDefaultTestToolInstallLocalCommand(); 138var toolInstallLocalCommand = new ToolInstallLocalCommand( 158var toolInstallLocalCommand = new ToolInstallLocalCommand( 186var installLocalCommand = new ToolInstallLocalCommand( 206var installLocalCommand = new ToolInstallLocalCommand( 227var installLocalCommand = new ToolInstallLocalCommand( 244var toolInstallLocalCommand = GetDefaultTestToolInstallLocalCommand(); 257var toolInstallLocalCommand = GetDefaultTestToolInstallLocalCommand(); 275var installLocalCommand = new ToolInstallLocalCommand( 302var toolInstallLocalCommand = GetDefaultTestToolInstallLocalCommand(); 328var toolInstallLocalCommand = GetDefaultTestToolInstallLocalCommand(); 347private ToolInstallLocalCommand GetDefaultTestToolInstallLocalCommand() 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(