2 writes to _charIndex
Microsoft.NET.StringTools.net35 (2)
InternableString.Simple.cs (2)
54
_charIndex
= -1;
71
_charIndex
= newIndex;
3 references to _charIndex
Microsoft.NET.StringTools.net35 (3)
InternableString.Simple.cs (3)
60
public readonly char Current => (_string._builder == null ? _string.FirstString[
_charIndex
] : _string._builder[
_charIndex
]);
68
int newIndex =
_charIndex
+ 1;