1 implementation of InstallWorkloadManifest
dotnet (1)
Commands\Workload\Install\FileBasedInstaller.cs (1)
276public void InstallWorkloadManifest(ManifestVersionUpdate manifestUpdate, ITransactionContext transactionContext, DirectoryPath? offlineCache = null)
2 references to InstallWorkloadManifest
dotnet (2)
Commands\Workload\InstallingWorkloadCommand.cs (1)
289_workloadInstaller.InstallWorkloadManifest(manifestUpdate, context, offlineCache);
Commands\Workload\WorkloadManifestCorruptionRepairer.cs (1)
96_workloadInstaller.InstallWorkloadManifest(manifestUpdate, context);