2 writes to _count
IIS.NewHandler.FunctionalTests (2)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (2)
104_count++; 126_count--;
9 references to _count
IIS.NewHandler.FunctionalTests (9)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (9)
23public int Count => _count; 33if (index >= _count) 73if (_count == _buffer.Length) 76Debug.Assert(_count + 1 <= maxCapacity); 80Debug.Assert(newBufferSize > _count); 84int headCount = Math.Min(_buffer.Length - _removeIndex, _count); 85int tailCount = _count - headCount; 92_insertIndex = _count; 120while (_count > 0 && _maxSize - _size < available)