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)
101await manifestUpdater.BackgroundUpdateAdvertisingManifestsWhenRequiredAsync();
dotnet.Tests (8)
CommandTests\Workload\Install\GivenWorkloadManifestUpdater.cs (8)
49await manifestUpdater.BackgroundUpdateAdvertisingManifestsWhenRequiredAsync(); 64await manifestUpdater.BackgroundUpdateAdvertisingManifestsWhenRequiredAsync(); 79await manifestUpdater.BackgroundUpdateAdvertisingManifestsWhenRequiredAsync(); 90await manifestUpdater.BackgroundUpdateAdvertisingManifestsWhenRequiredAsync(); 656await updater1.BackgroundUpdateAdvertisingManifestsWhenRequiredAsync(); 664await updater2.BackgroundUpdateAdvertisingManifestsWhenRequiredAsync(); 670await updater1.BackgroundUpdateAdvertisingManifestsWhenRequiredAsync(); 675await updater2.BackgroundUpdateAdvertisingManifestsWhenRequiredAsync();