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