3 writes to _stringIndex
IISExpress.FunctionalTests (3)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (3)
449
_stringIndex
+= count;
480
_stringIndex
+= count;
589
_stringIndex
= 0;
6 references to _stringIndex
IISExpress.FunctionalTests (6)
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (6)
425
int count = Math.Min(_stringLength -
_stringIndex
, data.Length - currentIndex);
448
data.Slice(currentIndex, count).CopyTo(_stringOctets.AsSpan(
_stringIndex
));
452
if (
_stringIndex
== _stringLength)
463
int count = Math.Min(_stringLength -
_stringIndex
, data.Length - currentIndex);
479
data.Slice(currentIndex, count).CopyTo(_stringOctets.AsSpan(
_stringIndex
));
483
if (
_stringIndex
== _stringLength)