1 write to _serviceProvider
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
44_serviceProvider = serviceProvider;
5 references to _serviceProvider
Aspire.Hosting (5)
Orchestrator\ApplicationOrchestrator.cs (5)
93var afterEndpointsAllocatedEvent = new AfterEndpointsAllocatedEvent(_serviceProvider, _model); 137var beforeResourceStartedEvent = new BeforeResourceStartedEvent(context.Resource, _serviceProvider); 228var afterResourcesCreatedEvent = new AfterResourcesCreatedEvent(_serviceProvider, _model); 346var connectionStringAvailableEvent = new ConnectionStringAvailableEvent(resource, _serviceProvider); 357var childConnectionStringAvailableEvent = new ConnectionStringAvailableEvent(child, _serviceProvider);