1 write to NewText
Microsoft.CodeAnalysis (1)
Text\TextChangeEventArgs.cs (1)
32
this.
NewText
= newText;
2 references to NewText
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Extensions.SnapshotSourceText.cs (1)
335
if (lastEventArgs != null && lastEventArgs.OldText == oldText && lastEventArgs.
NewText
== this)
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Workspace.TextTracker.cs (1)
51
_onChangedHandler(_workspace, _documentId, e.
NewText
, PreservationMode.PreserveIdentity);