4 writes to _pendingHttp2Connection
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (4)
165_pendingHttp2Connection = true; 284_pendingHttp2Connection = false; 304_pendingHttp2Connection = false; 401_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}, " + 281Debug.Assert(_pendingHttp2Connection); 298Debug.Assert(_pendingHttp2Connection); 400Debug.Assert(_pendingHttp2Connection);