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)
141command._toolInstallLocalCommand.Value.restoreActionConfig.IgnoreFailedSources.Should().BeTrue();