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)
52
return ref _string._inlineSpan[
_charIndex
];
55
return ref span.Span[
_charIndex
];
65
int newCharIndex =
_charIndex
+ 1;