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