1 write to CachePath
dotnet.Tests (1)
CommandTests\Workload\Install\MockPackWorkloadInstaller.cs (1)
89
CachePath
= offlineCache?.Value;
4 references to CachePath
dotnet.Tests (4)
CommandTests\Workload\Install\GivenDotnetWorkloadInstall.cs (2)
76
installer.
CachePath
.Should().BeNull();
302
installer.
CachePath
.Should().Contain(cachePath);
CommandTests\Workload\Update\GivenDotnetWorkloadUpdate.cs (2)
283
installer.
CachePath
.Should().BeNull();
449
installer.
CachePath
.Should().Contain(cachePath);