1 write to _serviceProvider
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
46_serviceProvider = serviceProvider;
6 references to _serviceProvider
Aspire.Hosting (6)
Orchestrator\ApplicationOrchestrator.cs (6)
97var afterEndpointsAllocatedEvent = new AfterEndpointsAllocatedEvent(_serviceProvider, _model); 108await _eventing.PublishAsync(new ResourceEndpointsAllocatedEvent(resource, _serviceProvider), EventDispatchBehavior.NonBlockingConcurrent, context.CancellationToken).ConfigureAwait(false); 166var beforeResourceStartedEvent = new BeforeResourceStartedEvent(context.Resource, _serviceProvider); 318var afterResourcesCreatedEvent = new AfterResourcesCreatedEvent(_serviceProvider, _model); 408var initializeEvent = new InitializeResourceEvent(resource, _eventing, _loggerService, _notificationService, _serviceProvider); 429var connectionStringAvailableEvent = new ConnectionStringAvailableEvent(resource, _serviceProvider);