2 writes to _maxSize
http2cat (2)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (2)
20
_maxSize
= maxSize;
110
_maxSize
= maxSize;
5 references to _maxSize
http2cat (5)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (5)
27
public int MaxSize =>
_maxSize
;
63
if (entryLength >
_maxSize
)
75
int maxCapacity =
_maxSize
/ HeaderField.RfcOverhead;
109
int previousMax =
_maxSize
;
120
while (_count > 0 &&
_maxSize
- _size < available)