5 references to ApplyChanges
Microsoft.CodeAnalysis.EditorFeatures (5)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (1)
214buffer.ApplyChanges(changes);
CommentSelection\AbstractCommentSelectionBase.cs (1)
156subjectBuffer.ApplyChanges(formattedChanges);
ExtractMethod\ExtractMethodCommandHandler.cs (1)
205textBuffer.ApplyChanges(changes);
Formatting\FormatCommandHandler.cs (1)
176subjectBuffer.ApplyChanges(textChanges);
Organizing\OrganizeDocumentCommandHandler.cs (1)
157commandArgs.SubjectBuffer.ApplyChanges(changes);