2 writes to _altSvcBlocklistTimerCancellation
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
949_altSvcBlocklistTimerCancellation = null;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (1)
823_altSvcBlocklistTimerCancellation = new CancellationTokenSource();
5 references to _altSvcBlocklistTimerCancellation
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (3)
945if (_altSvcBlocklistTimerCancellation != null) 947_altSvcBlocklistTimerCancellation.Cancel(); 948_altSvcBlocklistTimerCancellation.Dispose();
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (2)
859Debug.Assert(_altSvcBlocklistTimerCancellation != null); 860altSvcBlocklistTimerCt = _altSvcBlocklistTimerCancellation.Token;