4 writes to _http2Enabled
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (3)
92_http2Enabled = _poolManager.Settings._maxHttpVersion >= HttpVersion.Version20; 123_http2Enabled = false; 159_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)
208if (_http2Enabled) 233if (_http2Enabled) 251if (_http2Enabled) 446if (_http2Enabled && 457Debug.Assert(connection is not null || !_http2Enabled); 722if (_http2Enabled && isForHttp2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
74if (!_http2Enabled)