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
)
448
if (
ShuttingDown
)
531
if (
ShuttingDown
)
764
shuttingDown =
ShuttingDown
;