7 references to ShuttingDown
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (7)
134
Debug.Assert(
ShuttingDown
);
219
_availableStreamsWaiter?.SetResult(!
ShuttingDown
);
237
_availableStreamsWaiter?.SetResult(!
ShuttingDown
);
251
if (
ShuttingDown
)
469
if (
ShuttingDown
)
547
if (
ShuttingDown
)
772
shuttingDown =
ShuttingDown
;