1 write to _text
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
1021
_text
= text;
4 references to _text
Microsoft.CodeAnalysis (4)
Text\SourceText.cs (4)
1039
return TextLine.FromSpanUnsafe(
_text
, TextSpan.FromBounds(start,
_text
.Length), lineBreakLength: 0);
1046
return TextLine.FromSpanUnsafe(
_text
, TextSpan.FromBounds(start, end), lineBreakLen);
1053
if (position < 0 || position >
_text
.Length)