1 write to _newText
Microsoft.CodeAnalysis (1)
Text\ChangedText.cs (1)
30_newText = newText;
14 references to _newText
Microsoft.CodeAnalysis (14)
Text\ChangedText.cs (14)
105get { return _newText.Encoding; } 115get { return _newText.Length; } 120get { return _newText.StorageSize; } 125get { return _newText.Segments; } 130get { return _newText.StorageKey; } 135get { return _newText[position]; } 140return _newText.ToString(span); 145return _newText.GetSubText(span); 150_newText.CopyTo(sourceIndex, destination, destinationIndex, count); 158var changed = _newText.WithChanges(changes) as ChangedText; 161return new ChangedText(this, changed._newText, changed._info.ChangeRanges); 207return ImmutableArray.Create(new TextChangeRange(new TextSpan(0, oldText.Length), _newText.Length)); 298if (endsWithCR && _newText[position + delta] == '\n') 350if (endsWithCR && _newText[position + delta] == '\n')