1 write to _toolsDirectory
dotnet.Tests (1)
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (1)
45_toolsDirectory = Path.Combine(_tempDirectory, "tools");
1 reference to _toolsDirectory
dotnet.Tests (1)
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (1)
47_store = new ToolPackageStoreMock(new DirectoryPath(_toolsDirectory), _fileSystem);