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