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