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