1 instantiation of OnEndpointsAllocatedContext
Aspire.Hosting (1)
Dcp\DcpExecutor.cs (1)
662
await _executorEvents.PublishAsync(new
OnEndpointsAllocatedContext
(cancellationToken)).ConfigureAwait(false);
2 references to OnEndpointsAllocatedContext
Aspire.Hosting (2)
Orchestrator\ApplicationOrchestrator.cs (2)
42
dcpExecutorEvents.Subscribe<
OnEndpointsAllocatedContext
>(OnEndpointsAllocated);
86
private async Task OnEndpointsAllocated(
OnEndpointsAllocatedContext
context)