1 write to _text
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
860_text = text;
4 references to _text
Microsoft.CodeAnalysis (4)
Text\SourceText.cs (4)
878return TextLine.FromSpan(_text, TextSpan.FromBounds(start, _text.Length)); 883return TextLine.FromSpan(_text, TextSpan.FromBounds(start, end)); 890if (position < 0 || position > _text.Length)