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)
195EnsureStringCapacity(ref _headerNameOctets, _headerNameLength); 522? _headerName.AsSpan(0, _headerNameLength)