2 writes to _altSvcBlocklistTimerCancellation
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
1058_altSvcBlocklistTimerCancellation = null;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
829_altSvcBlocklistTimerCancellation = new CancellationTokenSource();
5 references to _altSvcBlocklistTimerCancellation
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (3)
1054if (_altSvcBlocklistTimerCancellation != null) 1056_altSvcBlocklistTimerCancellation.Cancel(); 1057_altSvcBlocklistTimerCancellation.Dispose();
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (2)
865Debug.Assert(_altSvcBlocklistTimerCancellation != null); 866altSvcBlocklistTimerCt = _altSvcBlocklistTimerCancellation.Token;