1 write to _text
Microsoft.CodeAnalysis (1)
Text\TextLine.cs (1)
22
_text
= text;
11 references to _text
Microsoft.CodeAnalysis (11)
Text\TextLine.cs (11)
101
get { return
_text
; }
111
return
_text
?.Lines.IndexOf(_start) ?? 0;
135
if (
_text
== null ||
_text
.Length == 0 || _endIncludingBreaks == _start)
142
TextUtilities.GetStartAndLengthOfLineBreakEndingAt(
_text
, _endIncludingBreaks - 1, out startLineBreak, out lineBreakLength);
173
if (
_text
== null ||
_text
.Length == 0)
179
return
_text
.ToString(this.Span);
195
return other.
_text
==
_text
212
return Hash.Combine(
_text
, Hash.Combine(_start, _endIncludingBreaks));