2 writes to _insertIndex
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (2)
72
_insertIndex
= (_insertIndex + 1) % _buffer.Length;
91
_insertIndex
= _count;
3 references to _insertIndex
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\runtime\Http2\Hpack\DynamicTable.cs (3)
39
index =
_insertIndex
- index - 1;
71
_buffer[
_insertIndex
] = entry;
72
_insertIndex = (
_insertIndex
+ 1) % _buffer.Length;