4 references to Stopping
Microsoft.AspNetCore.Server.HttpSys (4)
MessagePump.cs (3)
301
while (!_messagePump.
Stopping
)
321
Debug.Assert(_messagePump.
Stopping
);
322
if (_messagePump.
Stopping
)
RequestProcessing\RequestContextOfT.cs (1)
36
if (messagePump.
Stopping
)