2 writes to _headerValueRange
Microsoft.AspNetCore.Server.Kestrel.Core (2)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (2)
380
_headerValueRange
= (start: currentIndex, count);
613
_headerValueRange
= null;
3 references to _headerValueRange
Microsoft.AspNetCore.Server.Kestrel.Core (3)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (3)
593
ReadOnlySpan<byte> headerValueSpan =
_headerValueRange
== null
595
: data.Slice(
_headerValueRange
.GetValueOrDefault().start,
_headerValueRange
.GetValueOrDefault().length);