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