2 writes to _charIndex
Microsoft.NET.StringTools.net35 (2)
SpanBasedStringBuilder.Simple.cs (2)
32
_charIndex
= -1;
49
_charIndex
= newIndex;
2 references to _charIndex
Microsoft.NET.StringTools.net35 (2)
SpanBasedStringBuilder.Simple.cs (2)
38
public readonly char Current => _builder[
_charIndex
];
46
int newIndex =
_charIndex
+ 1;