1 write to _notificationService
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
41_notificationService = notificationService;
13 references to _notificationService
Aspire.Hosting (13)
Orchestrator\ApplicationOrchestrator.cs (13)
61var waitForDependenciesTask = _notificationService.WaitForDependenciesAsync(@event.Resource, cts.Token); 70var waitForNonWaitingStateTask = _notificationService.WaitForResourceAsync( 111await PublishUpdateAsync(_notificationService, context.Resource, context.DcpResourceName, s => s with 122await PublishUpdateAsync(_notificationService, context.Resource, context.DcpResourceName, s => s with 230await _notificationService.PublishUpdateAsync(resource, s => 241await _notificationService.PublishUpdateAsync(resource, s => 268await _notificationService.PublishUpdateAsync(context.Resource, context.DcpResourceName, context.UpdateSnapshot).ConfigureAwait(false); 280await _notificationService.PublishUpdateAsync(context.Resource, context.DcpResourceName, s => s with { State = KnownResourceStates.FailedToStart }).ConfigureAwait(false); 289await _notificationService.PublishUpdateAsync(context.Resource, s => s with { State = KnownResourceStates.FailedToStart }).ConfigureAwait(false); 320await _notificationService.PublishUpdateAsync( 352await _notificationService.PublishUpdateAsync(child, s => s with 375await _notificationService.PublishUpdateAsync(child, s => s with 389await _notificationService.PublishUpdateAsync(resource, s =>