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