3 writes to _charIndex
Microsoft.NET.StringTools (3)
InternableString.cs (3)
40_charIndex = -1; 70_charIndex = newCharIndex; 83_charIndex = newCharIndex;
3 references to _charIndex
Microsoft.NET.StringTools (3)
InternableString.cs (3)
52return ref _string._inlineSpan[_charIndex]; 55return ref span.Span[_charIndex]; 65int newCharIndex = _charIndex + 1;