1 write to _text
Microsoft.CodeAnalysis (1)
Text\TextLine.cs (1)
31
_text
= text;
8 references to _text
Microsoft.CodeAnalysis (8)
Text\TextLine.cs (8)
111
get { return
_text
; }
121
return
_text
?.Lines.IndexOf(Start) ?? 0;
175
if (
_text
== null ||
_text
.Length == 0)
181
return
_text
.ToString(this.Span);
197
return other.
_text
==
_text
&& other._data == _data;
212
return Hash.Combine(
_text
, Hash.Combine((int)_data, (int)(_data >>> 32)));