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