1 write to _toolPath
dotnet (1)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (1)
79
_toolPath
= parseResult.GetValue(ToolInstallCommandParser.ToolPathOption);
2 references to _toolPath
dotnet (2)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (2)
153
if (!string.IsNullOrEmpty(
_toolPath
))
155
toolPath = new DirectoryPath(
_toolPath
);