1 write to _start
Microsoft.CodeAnalysis (1)
Text\TextLine.cs (1)
22_start = start;
6 references to _start
Microsoft.CodeAnalysis (6)
Text\TextLine.cs (6)
99return _text?.Lines.IndexOf(_start) ?? 0; 108get { return _start; } 123if (_text == null || _text.Length == 0 || _endIncludingBreaks == _start) 184&& other._start == _start 200return Hash.Combine(_text, Hash.Combine(_start, _endIncludingBreaks));