2 writes to _headerValueLength
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (2)
614
_headerValueLength
= 0;
657
_headerValueLength
= Decode(ref _headerValueOctets);
1 reference to _headerValueLength
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (1)
594
? _headerValueOctets.AsSpan(0,
_headerValueLength
)