2 writes to _size
http2cat (2)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (2)
73_size += entry.Length; 106_size -= field.Length;
2 references to _size
http2cat (2)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (2)
23public int Size => _size; 103while (_count > 0 && _maxSize - _size < available)