1 write to _toolsDirectory
dotnet.Tests (1)
CommandTests\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommandTests.cs (1)
38
_toolsDirectory
= Path.Combine(tempDirectory, "tools");
6 references to _toolsDirectory
dotnet.Tests (6)
CommandTests\Tool\Uninstall\ToolUninstallGlobalOrToolPathCommandTests.cs (6)
72
var packageDirectory = new DirectoryPath(Path.GetFullPath(
_toolsDirectory
))
114
var packageDirectory = new DirectoryPath(Path.GetFullPath(
_toolsDirectory
))
133
new DirectoryPath(
_toolsDirectory
),
184
var packageDirectory = new DirectoryPath(Path.GetFullPath(
_toolsDirectory
))
232
var store = new ToolPackageStoreMock(new DirectoryPath(
_toolsDirectory
), _fileSystem);
264
new DirectoryPath(
_toolsDirectory
),