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)
111get { return _text; } 121return _text?.Lines.IndexOf(Start) ?? 0; 175if (_text == null || _text.Length == 0) 181return _text.ToString(this.Span); 197return other._text == _text && other._data == _data; 212return Hash.Combine(_text, Hash.Combine((int)_data, (int)(_data >>> 32)));