2 writes to _count
http2cat (2)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (2)
74_count++; 109_count--;
6 references to _count
http2cat (6)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (6)
21public int Count => _count; 31if (index >= _count) 83int headCount = Math.Min(_buffer.Length - _removeIndex, _count); 84int tailCount = _count - headCount; 91_insertIndex = _count; 103while (_count > 0 && _maxSize - _size < available)