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)
38public readonly char Current => _builder[_charIndex]; 46int newIndex = _charIndex + 1;