2 writes to _altSvcBlocklistTimerCancellation
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
925
_altSvcBlocklistTimerCancellation
= null;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
816
_altSvcBlocklistTimerCancellation
= new CancellationTokenSource();
5 references to _altSvcBlocklistTimerCancellation
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (3)
921
if (
_altSvcBlocklistTimerCancellation
!= null)
923
_altSvcBlocklistTimerCancellation
.Cancel();
924
_altSvcBlocklistTimerCancellation
.Dispose();
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (2)
852
Debug.Assert(
_altSvcBlocklistTimerCancellation
!= null);
853
altSvcBlocklistTimerCt =
_altSvcBlocklistTimerCancellation
.Token;