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)
111return _text?.Lines.IndexOf(_start) ?? 0; 120get { return _start; } 135if (_text == null || _text.Length == 0 || _endIncludingBreaks == _start) 196&& other._start == _start 212return Hash.Combine(_text, Hash.Combine(_start, _endIncludingBreaks));