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)
182textBuffer.ApplyChanges(changes);
Formatting\FormatCommandHandler.cs (1)
179subjectBuffer.ApplyChanges(textChanges);
Organizing\OrganizeDocumentCommandHandler.cs (1)
158commandArgs.SubjectBuffer.ApplyChanges(changes);