3 writes to _stringIndex
http2cat (3)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (3)
444
_stringIndex
+= count;
475
_stringIndex
+= count;
584
_stringIndex
= 0;
6 references to _stringIndex
http2cat (6)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (6)
420
int count = Math.Min(_stringLength -
_stringIndex
, data.Length - currentIndex);
443
data.Slice(currentIndex, count).CopyTo(_stringOctets.AsSpan(
_stringIndex
));
447
if (
_stringIndex
== _stringLength)
458
int count = Math.Min(_stringLength -
_stringIndex
, data.Length - currentIndex);
474
data.Slice(currentIndex, count).CopyTo(_stringOctets.AsSpan(
_stringIndex
));
478
if (
_stringIndex
== _stringLength)