7 references to ShuttingDown
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (7)
132
Debug.Assert(
ShuttingDown
);
217
_availableStreamsWaiter?.SetResult(!
ShuttingDown
);
235
_availableStreamsWaiter?.SetResult(!
ShuttingDown
);
249
if (
ShuttingDown
)
460
if (
ShuttingDown
)
543
if (
ShuttingDown
)
776
shuttingDown =
ShuttingDown
;