1 write to _toolPath
dotnet (1)
Commands\Tool\Update\ToolUpdateCommand.cs (1)
50_toolPath = result.GetValue(ToolInstallCommandParser.ToolPathOption);
3 references to _toolPath
dotnet (3)
Commands\Tool\Update\ToolUpdateCommand.cs (3)
51DirectoryPath? location = string.IsNullOrWhiteSpace(_toolPath) ? null : new DirectoryPath(_toolPath); 111if (_global || !string.IsNullOrWhiteSpace(_toolPath))