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; 244if (length > _stringOctets.Length) 268return Huffman.Decode(new ReadOnlySpan<byte>(_stringOctets, 0, _stringLength), ref dst); 272Buffer.BlockCopy(_stringOctets, 0, dst, 0, _stringLength);