3 writes to _stringIndex
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http3\QPack\EncoderStreamReader.cs (3)
191
_stringOctets[
_stringIndex
++] = b;
227
_stringOctets[
_stringIndex
++] = b;
250
_stringIndex
= 0;
2 references to _stringIndex
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\QPack\EncoderStreamReader.cs (2)
193
if (
_stringIndex
== _stringLength)
228
if (
_stringIndex
== _stringLength)