5 writes to _http2Enabled
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
89
_http2Enabled
= _poolManager.Settings._maxHttpVersion >= HttpVersion.Version20;
120
_http2Enabled
= false;
130
_http2Enabled
= false;
154
_http2Enabled
= false;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
301
_http2Enabled
= false;
7 references to _http2Enabled
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (6)
203
if (
_http2Enabled
)
228
if (
_http2Enabled
)
246
if (
_http2Enabled
)
441
if (
_http2Enabled
&&
451
Debug.Assert(connection is not null || !
_http2Enabled
);
712
if (
_http2Enabled
)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
73
if (!
_http2Enabled
)