1 write to _orchestrator
Aspire.Hosting.Tests (1)
Dcp\ApplicationOrchestratorProxy.cs (1)
12_orchestrator = orchestrator;
2 references to _orchestrator
Aspire.Hosting.Tests (2)
Dcp\ApplicationOrchestratorProxy.cs (2)
17public Task StartResourceAsync(string resourceName, CancellationToken cancellationToken) => _orchestrator.StartResourceAsync(resourceName, cancellationToken); 19public Task StopResourceAsync(string resourceName, CancellationToken cancellationToken) => _orchestrator.StopResourceAsync(resourceName, cancellationToken);