3 writes to _pendingHttp3Connection
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (3)
231_pendingHttp3Connection = true; 347_pendingHttp3Connection = false; 396_pendingHttp3Connection = false;
4 references to _pendingHttp3Connection
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (4)
213!_pendingHttp3Connection && // Only allow one pending HTTP3 connection at a time 221$"Pending HTTP/3.0 connection: {_pendingHttp3Connection}, " + 344Debug.Assert(_pendingHttp3Connection); 395Debug.Assert(_pendingHttp3Connection);