2 references to ApplyChanges
Microsoft.VisualStudio.LanguageServices (2)
Venus\ContainedDocument.cs (2)
214
ApplyChanges
(originalText, newText.GetTextChanges(originalText));
218
=>
ApplyChanges
(SubjectBuffer.CurrentSnapshot.AsText(), changes);