1 write to _text
Microsoft.CodeAnalysis (1)
Text\TextLine.cs (1)
21_text = text;
11 references to _text
Microsoft.CodeAnalysis (11)
Text\TextLine.cs (11)
89get { return _text; } 99return _text?.Lines.IndexOf(_start) ?? 0; 123if (_text == null || _text.Length == 0 || _endIncludingBreaks == _start) 130TextUtilities.GetStartAndLengthOfLineBreakEndingAt(_text, _endIncludingBreaks - 1, out startLineBreak, out lineBreakLength); 161if (_text == null || _text.Length == 0) 167return _text.ToString(this.Span); 183return other._text == _text 200return Hash.Combine(_text, Hash.Combine(_start, _endIncludingBreaks));