2 instantiations of WorkloadAdvertisingManifestUpdater
dotnet (2)
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
73return new WorkloadAdvertisingManifestUpdater(reporter, workloadResolver, nugetPackageDownloader, userProfileDir, workloadRecordRepo, manifestInstaller, sdkFeatureBand: sdkFeatureBand);
Commands\Workload\Install\WorkloadManifestUpdater.Managed.cs (1)
43_advertisingUpdater = new WorkloadAdvertisingManifestUpdater(
5 references to WorkloadAdvertisingManifestUpdater
dotnet (5)
Commands\Workload\Install\WorkloadManifestUpdater.cs (4)
32private static WorkloadAdvertisingManifestUpdater GetAdvertisingUpdaterInstance(string userProfileDir) 80var advertisingUpdater = GetAdvertisingUpdaterInstance(userProfileDir); 90=> WorkloadAdvertisingManifestUpdater.ShouldUseWorkloadSetMode(sdkFeatureBand, dotnetDir); 98var adUpdatesFile = WorkloadAdvertisingManifestUpdater.GetAdvertisingWorkloadsFilePath(CliFolderPathCalculator.DotnetUserProfileFolderPath, featureBand);
Commands\Workload\Install\WorkloadManifestUpdater.Managed.cs (1)
23private readonly WorkloadAdvertisingManifestUpdater _advertisingUpdater;