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); 140var beforeResourceStartedEvent = new BeforeResourceStartedEvent(context.Resource, _serviceProvider); 297var afterResourcesCreatedEvent = new AfterResourcesCreatedEvent(_serviceProvider, _model); 415var connectionStringAvailableEvent = new ConnectionStringAvailableEvent(resource, _serviceProvider); 426var childConnectionStringAvailableEvent = new ConnectionStringAvailableEvent(child, _serviceProvider);