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