Implemented interface member:
method
BackgroundUpdateAdvertisingManifestsWhenRequiredAsync
Microsoft.DotNet.Cli.Commands.Workload.Install.IWorkloadManifestUpdater.BackgroundUpdateAdvertisingManifestsWhenRequiredAsync()
9 references to BackgroundUpdateAdvertisingManifestsWhenRequiredAsync
dotnet (1)
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
101
await manifestUpdater.
BackgroundUpdateAdvertisingManifestsWhenRequiredAsync
();
dotnet.Tests (8)
CommandTests\Workload\Install\GivenWorkloadManifestUpdater.cs (8)
49
await manifestUpdater.
BackgroundUpdateAdvertisingManifestsWhenRequiredAsync
();
64
await manifestUpdater.
BackgroundUpdateAdvertisingManifestsWhenRequiredAsync
();
79
await manifestUpdater.
BackgroundUpdateAdvertisingManifestsWhenRequiredAsync
();
90
await manifestUpdater.
BackgroundUpdateAdvertisingManifestsWhenRequiredAsync
();
656
await updater1.
BackgroundUpdateAdvertisingManifestsWhenRequiredAsync
();
664
await updater2.
BackgroundUpdateAdvertisingManifestsWhenRequiredAsync
();
670
await updater1.
BackgroundUpdateAdvertisingManifestsWhenRequiredAsync
();
675
await updater2.
BackgroundUpdateAdvertisingManifestsWhenRequiredAsync
();