2 writes to _headerValueOctets
Microsoft.AspNetCore.Shared.Tests (2)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (2)
153
_headerValueOctets
= null!;
657
_headerValueLength = Decode(ref
_headerValueOctets
);
3 references to _headerValueOctets
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (3)
150
if (
_headerValueOctets
!= null)
152
Pool.Return(
_headerValueOctets
);
594
?
_headerValueOctets
.AsSpan(0, _headerValueLength)