3 writes to _headerNameLength
Microsoft.AspNetCore.Server.Kestrel.Core (3)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (3)
429
_headerNameLength
= _stringLength;
566
_headerNameLength
= _headerName.Length;
608
_headerNameLength
= Decode(ref _headerNameOctets);
2 references to _headerNameLength
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (2)
190
EnsureStringCapacity(ref _headerNameOctets,
_headerNameLength
);
517
? _headerName.AsSpan(0,
_headerNameLength
)