1 write to _newText
Microsoft.CodeAnalysis (1)
Text\ChangedText.cs (1)
29
_newText
= newText;
13 references to _newText
Microsoft.CodeAnalysis (13)
Text\ChangedText.cs (13)
104
get { return
_newText
.Encoding; }
114
get { return
_newText
.Length; }
119
get { return
_newText
.StorageSize; }
124
get { return
_newText
.Segments; }
129
get { return
_newText
.StorageKey; }
134
get { return
_newText
[position]; }
139
return
_newText
.ToString(span);
144
return
_newText
.GetSubText(span);
149
_newText
.CopyTo(sourceIndex, destination, destinationIndex, count);
157
var changed =
_newText
.WithChanges(changes) as ChangedText;
160
return new ChangedText(this, changed.
_newText
, changed._info.ChangeRanges);
206
return ImmutableArray.Create(new TextChangeRange(new TextSpan(0, oldText.Length),
_newText
.Length));
266
=>
_newText
.Lines;