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