3 writes to _headerNameLength
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (3)
296
_headerNameLength
= _stringLength;
612
_headerNameLength
= 0;
652
_headerNameLength
= Decode(ref _headerNameOctets);
2 references to _headerNameLength
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (2)
246
EnsureStringCapacity(ref _headerNameOctets,
_headerNameLength
, existingLength: 0);
604
? _headerName.AsSpan(0,
_headerNameLength
)