1 write to _toolInstallGlobalOrToolPathCommand
dotnet (1)
Commands\Tool\Update\ToolUpdateGlobalOrToolPathCommand.cs (1)
46
_toolInstallGlobalOrToolPathCommand
= new ToolInstallGlobalOrToolPathCommand(
2 references to _toolInstallGlobalOrToolPathCommand
dotnet (1)
Commands\Tool\Update\ToolUpdateGlobalOrToolPathCommand.cs (1)
57
_toolInstallGlobalOrToolPathCommand
.Execute();
dotnet.Tests (1)
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (1)
111
toolUpdateCommand.
_toolInstallGlobalOrToolPathCommand
._restoreActionConfig.IgnoreFailedSources.Should().BeTrue();