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)
52return ref _string._inlineSpan[_charIndex]; 54ReadOnlyMemory<char> span = _string._spans![_spanIndex]; 68if (newCharIndex < _string._inlineSpan.Length) 77if (_string._spans != null) 79while (_spanIndex < _string._spans.Count) 81if (newCharIndex < _string._spans[_spanIndex].Length)