3 references to _stoppedTcs
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\KestrelServerImpl.cs (3)
243await _stoppedTcs.Task.ConfigureAwait(false); 263_stoppedTcs.TrySetException(ex); 273_stoppedTcs.TrySetResult();