4 writes to _pendingHttp2Connection
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (4)
174_pendingHttp2Connection = true; 292_pendingHttp2Connection = false; 324_pendingHttp2Connection = false; 421_pendingHttp2Connection = false;
5 references to _pendingHttp2Connection
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (5)
156!_pendingHttp2Connection && // Only allow one pending HTTP2 connection at a time 164$"Pending HTTP/2.0 connection: {_pendingHttp2Connection}, " + 289Debug.Assert(_pendingHttp2Connection); 318Debug.Assert(_pendingHttp2Connection); 420Debug.Assert(_pendingHttp2Connection);