1 write to _text
Microsoft.CodeAnalysis (1)
Text\SourceText.cs (1)
993
_text
= text;
4 references to _text
Microsoft.CodeAnalysis (4)
Text\SourceText.cs (4)
1011
return TextLine.FromSpanUnsafe(
_text
, TextSpan.FromBounds(start,
_text
.Length));
1016
return TextLine.FromSpanUnsafe(
_text
, TextSpan.FromBounds(start, end));
1023
if (position < 0 || position >
_text
.Length)