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