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