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)
60public readonly char Current => (_string._builder == null ? _string.FirstString[_charIndex] : _string._builder[_charIndex]); 68int newIndex = _charIndex + 1;