1 write to _start
Microsoft.CodeAnalysis (1)
Text\TextLine.cs (1)
23
_start
= start;
6 references to _start
Microsoft.CodeAnalysis (6)
Text\TextLine.cs (6)
111
return _text?.Lines.IndexOf(
_start
) ?? 0;
120
get { return
_start
; }
135
if (_text == null || _text.Length == 0 || _endIncludingBreaks ==
_start
)
196
&& other.
_start
==
_start
212
return Hash.Combine(_text, Hash.Combine(
_start
, _endIncludingBreaks));