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)
51
DirectoryPath? location = string.IsNullOrWhiteSpace(
_toolPath
) ? null : new DirectoryPath(
_toolPath
);
111
if (_global || !string.IsNullOrWhiteSpace(
_toolPath
))