3 writes to _headerNameLength
Microsoft.AspNetCore.Server.Kestrel.Core (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.Server.Kestrel.Core (2)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (2)
246EnsureStringCapacity(ref _headerNameOctets, _headerNameLength, existingLength: 0); 604? _headerName.AsSpan(0, _headerNameLength)