1 write to _toolPath
dotnet (1)
Commands\Tool\Uninstall\ToolUninstallCommand.cs (1)
27
_toolPath
= result.GetValue(Definition.LocationOptions.ToolPathOption);
1 reference to _toolPath
dotnet (1)
Commands\Tool\Uninstall\ToolUninstallCommand.cs (1)
40
if (_global || !string.IsNullOrWhiteSpace(
_toolPath
))