2 references to PackageCacheRoot
dotnet (2)
Commands\Workload\Install\MsiInstallerBase.cs (1)
315
if (!packagePath.StartsWith(Cache.
PackageCacheRoot
))
Installer\Windows\MsiPackageCache.cs (1)
90
return Path.Combine(
PackageCacheRoot
, packageId, packageVersion);