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