3 writes to _stringIndex
Microsoft.AspNetCore.Shared.Tests (3)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (3)
312
_stringIndex
+= count;
396
_stringIndex
+= count;
625
_stringIndex
= 0;
10 references to _stringIndex
Microsoft.AspNetCore.Shared.Tests (10)
src\Shared\runtime\Http3\QPack\QPackDecoder.cs (10)
287
int count = Math.Min(_stringLength -
_stringIndex
, data.Length - currentIndex);
309
EnsureStringCapacity(ref _stringOctets,
_stringIndex
+ count, existingLength:
_stringIndex
);
310
data.Slice(currentIndex, count).CopyTo(_stringOctets.AsSpan(
_stringIndex
));
315
if (
_stringIndex
== _stringLength)
373
int count = Math.Min(_stringLength -
_stringIndex
, data.Length - currentIndex);
393
EnsureStringCapacity(ref _stringOctets,
_stringIndex
+ count, existingLength:
_stringIndex
);
394
data.Slice(currentIndex, count).CopyTo(_stringOctets.AsSpan(
_stringIndex
));
399
if (
_stringIndex
== _stringLength)