1 write to _stopping
Microsoft.AspNetCore.Server.HttpSys (1)
MessagePump.cs (1)
210
_stopping
= true;
2 references to _stopping
Microsoft.AspNetCore.Server.HttpSys (2)
MessagePump.cs (2)
69
internal bool Stopping =>
_stopping
;
184
if (
_stopping
)