1 write to _cts
Microsoft.AspNetCore.Hosting (1)
Internal\WebHostLifetime.cs (1)
22
_cts
= cts;
2 references to _cts
Microsoft.AspNetCore.Hosting (2)
Internal\WebHostLifetime.cs (2)
58
if (!
_cts
.IsCancellationRequested)
64
_cts
.Cancel();