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