1 write to _processShutdownService
aspire (1)
Commands\StopCommand.cs (1)
71
_processShutdownService
= processShutdownService;
1 reference to _processShutdownService
aspire (1)
Commands\StopCommand.cs (1)
496
async () => await
_processShutdownService
.StopAppHostAsync(appHostInfo, connection.StopAppHostAsync, cancellationToken).ConfigureAwait(false));