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