4 references to _stopCts
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\KestrelServerImpl.cs (4)
251
_stopCts
.Cancel();
269
_stopCts
.Dispose();
357
using var cts = CancellationTokenSource.CreateLinkedTokenSource(
_stopCts
.Token);
388
await listenOption.BindAsync(AddressBindContext!,
_stopCts
.Token).ConfigureAwait(false);