2 references to StopAndConfirmExitAsync
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
Connection\DirectTlsConnectionListener.cs (1)
218var allPumpsExited = await _pumpPool.StopAndConfirmExitAsync(stopCts.Token);
TlsEventPumpPool.cs (1)
128public void Dispose() => StopAndConfirmExitAsync(CancellationToken.None).GetAwaiter().GetResult();