2 writes to _disposed
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (2)
872_disposed = true; 941_disposed = true;
10 references to _disposed
System.Net.Http (10)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
867if (_disposed)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http1.cs (2)
126_http11RequestQueueIsEmptyAndNotDisposed = _http11RequestQueue.Count == 0 && !_disposed; 173if (_disposed)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (2)
420else if (_disposed) 456Debug.Assert(_disposed);
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (5)
233Debug.Assert(_authorityExpireTimer != null || _disposed); 277if (_disposed) 367if (_disposed) 400if (_disposed) 457Debug.Assert(_authorityExpireTimer != null || _disposed);