2 writes to _headerStaticIndex
http2cat (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (2)
528_headerStaticIndex = 0; 561_headerStaticIndex = index;
4 references to _headerStaticIndex
http2cat (4)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (4)
505if (_headerStaticIndex > 0) 507handler.OnStaticIndexedHeader(_headerStaticIndex, headerValueSpan); 511_dynamicTable.Insert(_headerStaticIndex, H2StaticTable.Get(_headerStaticIndex - 1).Name, headerValueSpan);