1 write to _shimsDirectory
dotnet.Tests (1)
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (1)
44
_shimsDirectory
= Path.Combine(_tempDirectory, "shims");
3 references to _shimsDirectory
dotnet.Tests (3)
CommandTests\Tool\Update\ToolUpdateGlobalOrToolPathCommandTests.cs (3)
46
_environmentPathInstructionMock = new EnvironmentPathInstructionMock(_reporter,
_shimsDirectory
);
444
_shimsDirectory
,
477
new DirectoryPath(
_shimsDirectory
),