1 write to _text
Microsoft.CodeAnalysis (1)
Text\TextLine.cs (1)
21
_text
= text;
11 references to _text
Microsoft.CodeAnalysis (11)
Text\TextLine.cs (11)
89
get { return
_text
; }
99
return
_text
?.Lines.IndexOf(_start) ?? 0;
123
if (
_text
== null ||
_text
.Length == 0 || _endIncludingBreaks == _start)
130
TextUtilities.GetStartAndLengthOfLineBreakEndingAt(
_text
, _endIncludingBreaks - 1, out startLineBreak, out lineBreakLength);
161
if (
_text
== null ||
_text
.Length == 0)
167
return
_text
.ToString(this.Span);
183
return other.
_text
==
_text
200
return Hash.Combine(
_text
, Hash.Combine(_start, _endIncludingBreaks));