2 writes to _stopping
Microsoft.AspNetCore.Server.HttpSys (2)
MessagePump.cs (2)
186
if (Interlocked.Exchange(ref
_stopping
, 1) == 1)
223
_stopping
= 1;
1 reference to _stopping
Microsoft.AspNetCore.Server.HttpSys (1)
MessagePump.cs (1)
61
internal bool Stopping =>
_stopping
== 1;