3 references to AfterResourcesCreatedEvent
Aspire.Hosting (2)
ApplicationModel\AfterResourcesCreatedEvent.cs (1)
20/// Subscribe to the <see cref="AfterResourcesCreatedEvent"/> event and resolve the distributed application model.
Orchestrator\ApplicationOrchestrator.cs (1)
172var afterResourcesCreatedEvent = new AfterResourcesCreatedEvent(_serviceProvider, _model);
Aspire.Hosting.Tests (1)
Eventing\DistributedApplicationBuilderEventingTests.cs (1)
248builder.Eventing.Subscribe<AfterResourcesCreatedEvent>((e, ct) =>