2 references to PublishEventToHierarchy
Aspire.Hosting (2)
Orchestrator\ApplicationOrchestrator.cs (2)
335
await
PublishEventToHierarchy
(r => new ResourceStoppedEvent(r, _serviceProvider, currentResourceEvent), context.Resource, context.CancellationToken).ConfigureAwait(false);
520
await
PublishEventToHierarchy
(createEvent, child, cancellationToken).ConfigureAwait(false);