1 write to _appOrchestrator
Aspire.Hosting (1)
Orchestrator\OrchestratorHostService.cs (1)
26_appOrchestrator = appOrchestrator;
2 references to _appOrchestrator
Aspire.Hosting (2)
Orchestrator\OrchestratorHostService.cs (2)
41await _appOrchestrator.RunApplicationAsync(cancellationToken).ConfigureAwait(false); 46await _appOrchestrator.StopAsync(cancellationToken).ConfigureAwait(false);