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