1 write to _stopping
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\KestrelServerImpl.cs (1)
243
if (Interlocked.Exchange(ref
_stopping
, 1) == 1)
2 references to _stopping
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\KestrelServerImpl.cs (2)
294
if (
_stopping
== 1)
338
if (
_stopping
== 1)