1 write to OldText
Microsoft.CodeAnalysis (1)
Text\TextChangeEventArgs.cs (1)
31
this.
OldText
= oldText;
1 reference to OldText
Microsoft.CodeAnalysis.EditorFeatures.Text (1)
Extensions.SnapshotSourceText.cs (1)
335
if (lastEventArgs != null && lastEventArgs.
OldText
== oldText && lastEventArgs.NewText == this)