3 references to ShutdownLadderAsync
aspire (3)
DotNet\ProcessExecution.cs (3)
243/// cancellation. Both branches run the same <see cref="ShutdownLadderAsync"/>: with a signaler for 267return ShutdownLadderAsync(process, signaler, gracefulShutdownWindow.GracefulShutdownToken); 270return ShutdownLadderAsync(process, signaler: null, gracefulToken: CancellationToken.None);