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)
41
await
_appOrchestrator
.RunApplicationAsync(cancellationToken).ConfigureAwait(false);
46
await
_appOrchestrator
.StopAsync(cancellationToken).ConfigureAwait(false);