2 writes to _headerValueOctets
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (2)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (2)
123
_headerValueOctets
= new byte[DefaultStringOctetsSize];
618
_headerValueLength = Decode(ref
_headerValueOctets
);
1 reference to _headerValueOctets
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
507
?
_headerValueOctets
.AsSpan(0, _headerValueLength)