2 references to WaitForDependenciesAsync
Aspire.Hosting (2)
Ats\NotificationExports.cs (1)
57return notificationService.WaitForDependenciesAsync(resource.Resource, CancellationToken.None);
Orchestrator\ApplicationOrchestrator.cs (1)
97var waitForDependenciesTask = _notificationService.WaitForDependenciesAsync(@event.Resource, cts.Token);