3 writes to _headerStaticIndex
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (3)
133
_headerStaticIndex
= HeaderStaticIndexUnset;
610
_headerStaticIndex
= HeaderStaticIndexUnset;
709
_headerStaticIndex
= index;
2 references to _headerStaticIndex
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (2)
597
if (
_headerStaticIndex
!= HeaderStaticIndexUnset)
599
handler.OnStaticIndexedHeader(
_headerStaticIndex
, headerValueSpan);