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( 108await PublishUpdateAsync(_notificationService, context.Resource, context.DcpResourceName, s => s with 119await PublishUpdateAsync(_notificationService, context.Resource, context.DcpResourceName, s => s with 161await _notificationService.PublishUpdateAsync(resource, s => 172await _notificationService.PublishUpdateAsync(resource, s => 199await _notificationService.PublishUpdateAsync(context.Resource, context.DcpResourceName, context.UpdateSnapshot).ConfigureAwait(false); 211await _notificationService.PublishUpdateAsync(context.Resource, context.DcpResourceName, s => s with { State = KnownResourceStates.FailedToStart }).ConfigureAwait(false); 220await _notificationService.PublishUpdateAsync(context.Resource, s => s with { State = KnownResourceStates.FailedToStart }).ConfigureAwait(false); 251await _notificationService.PublishUpdateAsync( 283await _notificationService.PublishUpdateAsync(child, s => s with 306await _notificationService.PublishUpdateAsync(child, s => s with 320await _notificationService.PublishUpdateAsync(resource, s =>