21 references to ApplyChanges
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (3)
349args.SubjectBuffer.ApplyChanges(newDocument.GetChanges(document)); 394args.SubjectBuffer.ApplyChanges(newDocument.GetChanges(document)); 667buffer.ApplyChanges(changes);
SplitStringLiteral\SplitStringLiteralCommandHandler.cs (1)
110var newSnapshot = subjectBuffer.ApplyChanges(newDocument.GetChanges(parsedDocument));
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\Indentation\CSharpFormatterTestsBase.cs (1)
100buffer.ApplyChanges(changes);
Microsoft.CodeAnalysis.EditorFeatures (12)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (1)
213buffer.ApplyChanges(changes);
CommentSelection\AbstractCommentSelectionBase.cs (2)
133subjectBuffer.ApplyChanges(edits.TextChanges); 159subjectBuffer.ApplyChanges(formattedChanges);
ExtractMethod\ExtractMethodCommandHandler.cs (1)
221textBuffer.ApplyChanges(changes);
Formatting\FormatCommandHandler.cs (2)
88textBuffer.ApplyChanges(changes); 187subjectBuffer.ApplyChanges(textChanges);
Formatting\FormatCommandHandler.Paste.cs (1)
88subjectBuffer.ApplyChanges(changes);
IntelliSense\AsyncCompletion\CommitManager.cs (1)
306subjectBuffer.ApplyChanges(changes);
Organizing\OrganizeDocumentCommandHandler.cs (3)
69args.SubjectBuffer.ApplyChanges(changes); 150subjectBuffer.ApplyChanges(changes); 170subjectBuffer.ApplyChanges(changes);
Shared\Extensions\ITextSnapshotExtensions.cs (1)
52textBuffer.ApplyChanges(changes);
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (3)
EndConstructGeneration\EndConstructCommandHandler.vb (1)
149buffer.ApplyChanges(changes)
LineCommit\CommitFormatter.vb (1)
125buffer.ApplyChanges(changes)
Utilities\CommandHandlers\AbstractImplementAbstractClassOrInterfaceCommandHandler.vb (1)
180args.SubjectBuffer.ApplyChanges(changes)
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.IVsLanguageTextOps.cs (1)
83textBuffer.ApplyChanges(formattedChanges);