5 writes to _http2Enabled
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
92_http2Enabled = _poolManager.Settings._maxHttpVersion >= HttpVersion.Version20; 123_http2Enabled = false; 133_http2Enabled = false; 157_http2Enabled = false;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
314_http2Enabled = false;
7 references to _http2Enabled
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (6)
206if (_http2Enabled) 231if (_http2Enabled) 249if (_http2Enabled) 444if (_http2Enabled && 455Debug.Assert(connection is not null || !_http2Enabled); 720if (_http2Enabled && isForHttp2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
74if (!_http2Enabled)