4 writes to _pendingHttp2Connection
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (4)
166_pendingHttp2Connection = true; 284_pendingHttp2Connection = false; 316_pendingHttp2Connection = false; 413_pendingHttp2Connection = false;
5 references to _pendingHttp2Connection
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (5)
148!_pendingHttp2Connection && // Only allow one pending HTTP2 connection at a time 156$"Pending HTTP/2.0 connection: {_pendingHttp2Connection}, " + 281Debug.Assert(_pendingHttp2Connection); 310Debug.Assert(_pendingHttp2Connection); 412Debug.Assert(_pendingHttp2Connection);