1 write to _stringLength
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\QPack\EncoderStreamReader.cs (1)
249_stringLength = length;
5 references to _stringLength
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http3\QPack\EncoderStreamReader.cs (5)
193if (_stringIndex == _stringLength) 228if (_stringIndex == _stringLength) 268return Huffman.Decode(new ReadOnlySpan<byte>(_stringOctets, 0, _stringLength), ref dst); 272Buffer.BlockCopy(_stringOctets, 0, dst, 0, _stringLength); 273return _stringLength;