2 writes to _headerValueRange
IIS.FunctionalTests (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (2)
465
_headerValueRange
= (start: currentIndex, count);
530
_headerValueRange
= null;
3 references to _headerValueRange
IIS.FunctionalTests (3)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (3)
501
ReadOnlySpan<byte> headerValueSpan =
_headerValueRange
== null
503
: data.Slice(
_headerValueRange
.GetValueOrDefault().start,
_headerValueRange
.GetValueOrDefault().length);