1 write to _model
Aspire.Hosting (1)
Orchestrator\ApplicationOrchestrator.cs (1)
35_model = model;
5 references to _model
Aspire.Hosting (5)
Orchestrator\ApplicationOrchestrator.cs (5)
88var afterEndpointsAllocatedEvent = new AfterEndpointsAllocatedEvent(_serviceProvider, _model); 93await lifecycleHook.AfterEndpointsAllocatedAsync(_model, context.CancellationToken).ConfigureAwait(false); 172var afterResourcesCreatedEvent = new AfterResourcesCreatedEvent(_serviceProvider, _model); 177await lifecycleHook.AfterResourcesCreatedAsync(_model, cancellationToken).ConfigureAwait(false); 254foreach (var resource in _model.Resources)