3 writes to _removeIndex
IIS.FunctionalTests (3)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (3)
91_removeIndex = 0; 128if (++_removeIndex == _buffer.Length) 130_removeIndex = 0;
3 references to _removeIndex
IIS.FunctionalTests (3)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (3)
84int headCount = Math.Min(_buffer.Length - _removeIndex, _count); 87Array.Copy(_buffer, _removeIndex, newBuffer, 0, headCount); 122ref HeaderField field = ref _buffer[_removeIndex];