2 writes to _headerStaticIndex
IIS.NewHandler.FunctionalTests (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (2)
533_headerStaticIndex = 0; 566_headerStaticIndex = index;
4 references to _headerStaticIndex
IIS.NewHandler.FunctionalTests (4)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (4)
510if (_headerStaticIndex > 0) 512handler.OnStaticIndexedHeader(_headerStaticIndex, headerValueSpan); 516_dynamicTable.Insert(_headerStaticIndex, H2StaticTable.Get(_headerStaticIndex - 1).Name, headerValueSpan);