3 writes to _headerNameRange
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (3)
251
_headerNameRange
= null;
295
_headerNameRange
= (start: currentIndex, count);
611
_headerNameRange
= null;
6 references to _headerNameRange
Microsoft.AspNetCore.Shared.Tests (6)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (6)
244
if (
_headerNameRange
!= null)
249
ReadOnlySpan<byte> headerBytes = data.Slice(
_headerNameRange
.GetValueOrDefault().start,
_headerNameRange
.GetValueOrDefault().length);
603
ReadOnlySpan<byte> headerNameSpan =
_headerNameRange
== null
605
: data.Slice(
_headerNameRange
.GetValueOrDefault().start,
_headerNameRange
.GetValueOrDefault().length);