1 write to _toolInstallLocalCommand
dotnet (1)
Commands\Tool\Update\ToolUpdateLocalCommand.cs (1)
60
_toolInstallLocalCommand
= new Lazy<ToolInstallLocalCommand>(
2 references to _toolInstallLocalCommand
dotnet (1)
Commands\Tool\Update\ToolUpdateLocalCommand.cs (1)
73
_toolInstallLocalCommand
.Value.Execute();
dotnet.Tests (1)
CommandTests\Tool\Update\ToolUpdateLocalCommandTests.cs (1)
141
command.
_toolInstallLocalCommand
.Value.restoreActionConfig.IgnoreFailedSources.Should().BeTrue();