7 references to ShuttingDown
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (7)
127
Debug.Assert(
ShuttingDown
);
202
_availableStreamsWaiter?.SetResult(!
ShuttingDown
);
218
_availableStreamsWaiter?.SetResult(!
ShuttingDown
);
229
if (
ShuttingDown
)
440
if (
ShuttingDown
)
523
if (
ShuttingDown
)
756
shuttingDown =
ShuttingDown
;