1 write to _text
Microsoft.CodeAnalysis (1)
Text\TextLine.cs (1)
22_text = text;
11 references to _text
Microsoft.CodeAnalysis (11)
Text\TextLine.cs (11)
101get { return _text; } 111return _text?.Lines.IndexOf(_start) ?? 0; 135if (_text == null || _text.Length == 0 || _endIncludingBreaks == _start) 142TextUtilities.GetStartAndLengthOfLineBreakEndingAt(_text, _endIncludingBreaks - 1, out startLineBreak, out lineBreakLength); 173if (_text == null || _text.Length == 0) 179return _text.ToString(this.Span); 195return other._text == _text 212return Hash.Combine(_text, Hash.Combine(_start, _endIncludingBreaks));