3 writes to _headerNameLength
IIS.LongTests (3)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (3)
434
_headerNameLength
= _stringLength;
571
_headerNameLength
= _headerName.Length;
613
_headerNameLength
= Decode(ref _headerNameOctets);
2 references to _headerNameLength
IIS.LongTests (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (2)
195
EnsureStringCapacity(ref _headerNameOctets,
_headerNameLength
);
522
? _headerName.AsSpan(0,
_headerNameLength
)