5 references to GetPackInstallRecordPath
dotnet (5)
Commands\Workload\Install\FileBasedInstaller.cs (5)
534var jsonPackInfo = File.ReadAllText(GetPackInstallRecordPath(packId, packVersion, featureBandsToRemove.First())); 538File.Delete(GetPackInstallRecordPath(packId, packVersion, featureBand)); 541var installationRecordDirectory = Path.GetDirectoryName(GetPackInstallRecordPath(packId, packVersion, featureBandsToRemove.First())); 875var path = GetPackInstallRecordPath(new WorkloadPackId(packInfo.ResolvedPackageId), packInfo.Version, featureBand); 885var packInstallRecord = GetPackInstallRecordPath(new WorkloadPackId(packInfo.ResolvedPackageId), packInfo.Version, featureBand);