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)
593ReadOnlySpan<byte> headerValueSpan = _headerValueRange == null 595: data.Slice(_headerValueRange.GetValueOrDefault().start, _headerValueRange.GetValueOrDefault().length);