16 references to ApplyChanges
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (3)
341args.SubjectBuffer.ApplyChanges(newDocument.GetChanges(document)); 386args.SubjectBuffer.ApplyChanges(newDocument.GetChanges(document)); 659buffer.ApplyChanges(changes);
SplitStringLiteral\SplitStringLiteralCommandHandler.cs (1)
103var newSnapshot = subjectBuffer.ApplyChanges(newDocument.GetChanges(parsedDocument));
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\Indentation\CSharpFormatterTestsBase.cs (1)
98buffer.ApplyChanges(changes);
Microsoft.CodeAnalysis.EditorFeatures (10)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (1)
214buffer.ApplyChanges(changes);
CommentSelection\AbstractCommentSelectionBase.cs (2)
130subjectBuffer.ApplyChanges(edits.TextChanges); 156subjectBuffer.ApplyChanges(formattedChanges);
ExtractMethod\ExtractMethodCommandHandler.cs (1)
207textBuffer.ApplyChanges(changes);
Formatting\FormatCommandHandler.cs (2)
91textBuffer.ApplyChanges(changes); 176subjectBuffer.ApplyChanges(textChanges);
Formatting\FormatCommandHandler.Paste.cs (1)
83subjectBuffer.ApplyChanges(changes);
IntelliSense\AsyncCompletion\CommitManager.cs (1)
323subjectBuffer.ApplyChanges(changes);
Organizing\OrganizeDocumentCommandHandler.cs (1)
158commandArgs.SubjectBuffer.ApplyChanges(changes);
Shared\Extensions\ITextSnapshotExtensions.cs (1)
48textBuffer.ApplyChanges(changes);
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.IVsLanguageTextOps.cs (1)
84textBuffer.ApplyChanges(formattedChanges);