1 implementation of ApplyChanges
Microsoft.VisualStudio.LanguageServices (1)
Venus\ContainedDocument.cs (1)
214public ITextSnapshot ApplyChanges(IEnumerable<TextChange> changes)
2 references to ApplyChanges
Microsoft.CodeAnalysis.EditorFeatures (2)
Shared\Extensions\ITextBufferExtensions.cs (2)
69return containedDocument.ApplyChanges([change]); 81return containedDocument.ApplyChanges(changes);