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