1 instantiation of AfterEndpointsAllocatedEvent
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
113
var afterEndpointsAllocatedEvent = new
AfterEndpointsAllocatedEvent
(_serviceProvider, _model);
3 references to AfterEndpointsAllocatedEvent
Aspire.Hosting (2)
ApplicationModel\AfterEndpointsAllocatedEvent.cs (1)
19
/// Subscribe to the <see cref="
AfterEndpointsAllocatedEvent
"/> event and resolve the distributed application model.
Orchestrator\ApplicationOrchestrator.cs (1)
113
var
afterEndpointsAllocatedEvent = new AfterEndpointsAllocatedEvent(_serviceProvider, _model);
Aspire.Hosting.Tests (1)
Eventing\DistributedApplicationBuilderEventingTests.cs (1)
241
builder.Eventing.Subscribe<
AfterEndpointsAllocatedEvent
>((e, ct) =>