7 references to ShuttingDown
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (7)
131
Debug.Assert(
ShuttingDown
);
206
_availableStreamsWaiter?.SetResult(!
ShuttingDown
);
222
_availableStreamsWaiter?.SetResult(!
ShuttingDown
);
233
if (
ShuttingDown
)
450
if (
ShuttingDown
)
533
if (
ShuttingDown
)
766
shuttingDown =
ShuttingDown
;