3 writes to _headerNameRange
http2cat (3)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (3)
195
_headerNameRange
= null;
428
_headerNameRange
= (start: currentIndex, count);
529
_headerNameRange
= null;
6 references to _headerNameRange
http2cat (6)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (6)
188
if (
_headerNameRange
!= null)
193
ReadOnlySpan<byte> headerBytes = data.Slice(
_headerNameRange
.GetValueOrDefault().start,
_headerNameRange
.GetValueOrDefault().length);
516
ReadOnlySpan<byte> headerNameSpan =
_headerNameRange
== null
518
: data.Slice(
_headerNameRange
.GetValueOrDefault().start,
_headerNameRange
.GetValueOrDefault().length);