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)
193
if (_stringIndex ==
_stringLength
)
228
if (_stringIndex ==
_stringLength
)
268
return Huffman.Decode(new ReadOnlySpan<byte>(_stringOctets, 0,
_stringLength
), ref dst);
272
Buffer.BlockCopy(_stringOctets, 0, dst, 0,
_stringLength
);
273
return
_stringLength
;