3 writes to _insertIndex
IIS.NewHandler.FunctionalTests (3)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (3)
92_insertIndex = _count; 98if (++_insertIndex == _buffer.Length) 100_insertIndex = 0;
2 references to _insertIndex
IIS.NewHandler.FunctionalTests (2)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (2)
41index = _insertIndex - index - 1; 96_buffer[_insertIndex] = entry;