1 write to _stringOctets
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\QPack\EncoderStreamReader.cs (1)
95
_stringOctets
= new byte[maxRequestHeaderFieldSize];
5 references to _stringOctets
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http3\QPack\EncoderStreamReader.cs (5)
191
_stringOctets
[_stringIndex++] = b;
227
_stringOctets
[_stringIndex++] = b;
244
if (length >
_stringOctets
.Length)
268
return Huffman.Decode(new ReadOnlySpan<byte>(
_stringOctets
, 0, _stringLength), ref dst);
272
Buffer.BlockCopy(
_stringOctets
, 0, dst, 0, _stringLength);