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