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