4 writes to _index
Microsoft.Extensions.Primitives (4)
StringValues.cs (4)
781
_index
= 0;
808
_index
= index + 1;
813
_index
= -1;
817
_index
= -1; // sentinel value
1 reference to _index
Microsoft.Extensions.Primitives (1)
StringValues.cs (1)
797
int index =
_index
;