3 writes to _spanIndex
Microsoft.NET.StringTools (3)
InternableString.cs (3)
39
_spanIndex
= -1;
73
_spanIndex
= 0;
86
_spanIndex
++;
5 references to _spanIndex
Microsoft.NET.StringTools (5)
InternableString.cs (5)
50
if (
_spanIndex
== -1)
54
ReadOnlyMemory<char> span = _string._spans![
_spanIndex
];
66
if (
_spanIndex
== -1)
79
while (
_spanIndex
< _string._spans.Count)
81
if (newCharIndex < _string._spans[
_spanIndex
].Length)