6 references to ApplyChanges
Microsoft.CodeAnalysis.EditorFeatures (6)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (1)
214
buffer.
ApplyChanges
(changes);
CommentSelection\AbstractCommentSelectionBase.cs (2)
130
subjectBuffer.
ApplyChanges
(edits.TextChanges);
156
subjectBuffer.
ApplyChanges
(formattedChanges);
ExtractMethod\ExtractMethodCommandHandler.cs (1)
207
textBuffer.
ApplyChanges
(changes);
Formatting\FormatCommandHandler.cs (1)
176
subjectBuffer.
ApplyChanges
(textChanges);
Organizing\OrganizeDocumentCommandHandler.cs (1)
159
commandArgs.SubjectBuffer.
ApplyChanges
(changes);