5 references to Stopping
Microsoft.AspNetCore.Server.HttpSys (5)
MessagePump.cs (3)
250while (!_messagePump.Stopping) 270Debug.Assert(_messagePump.Stopping); 271if (_messagePump.Stopping)
RequestProcessing\RequestContextOfT.cs (2)
36if (messagePump.Stopping) 115if (messagePump.DecrementOutstandingRequest() == 0 && messagePump.Stopping)