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)
153if (!string.IsNullOrEmpty(_toolPath)) 155toolPath = new DirectoryPath(_toolPath);