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