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