1 write to _string
Microsoft.NET.StringTools (1)
InternableString.cs (1)
38
_string
= str;
6 references to _string
Microsoft.NET.StringTools (6)
InternableString.cs (6)
52
return ref
_string
._inlineSpan[_charIndex];
54
ReadOnlyMemory<char> span =
_string
._spans![_spanIndex];
68
if (newCharIndex <
_string
._inlineSpan.Length)
77
if (
_string
._spans != null)
79
while (_spanIndex <
_string
._spans.Count)
81
if (newCharIndex <
_string
._spans[_spanIndex].Length)