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)
72var packageDirectory = new DirectoryPath(Path.GetFullPath(_toolsDirectory)) 114var packageDirectory = new DirectoryPath(Path.GetFullPath(_toolsDirectory)) 133new DirectoryPath(_toolsDirectory), 184var packageDirectory = new DirectoryPath(Path.GetFullPath(_toolsDirectory)) 232var store = new ToolPackageStoreMock(new DirectoryPath(_toolsDirectory), _fileSystem); 264new DirectoryPath(_toolsDirectory),