4 writes to _pendingHttp2Connection
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (4)
165_pendingHttp2Connection = true; 283_pendingHttp2Connection = false; 303_pendingHttp2Connection = false; 400_pendingHttp2Connection = false;
5 references to _pendingHttp2Connection
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (5)
147!_pendingHttp2Connection && // Only allow one pending HTTP2 connection at a time 155$"Pending HTTP/2.0 connection: {_pendingHttp2Connection}, " + 280Debug.Assert(_pendingHttp2Connection); 297Debug.Assert(_pendingHttp2Connection); 399Debug.Assert(_pendingHttp2Connection);