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)
206
if (
_http2Enabled
)
231
if (
_http2Enabled
)
249
if (
_http2Enabled
)
444
if (
_http2Enabled
&&
455
Debug.Assert(connection is not null || !
_http2Enabled
);
720
if (
_http2Enabled
&& isForHttp2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
74
if (!
_http2Enabled
)