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