16 references to ApplyChanges
Microsoft.CodeAnalysis.CSharp.EditorFeatures (4)
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (3)
341
args.SubjectBuffer.
ApplyChanges
(newDocument.GetChanges(document));
386
args.SubjectBuffer.
ApplyChanges
(newDocument.GetChanges(document));
659
buffer.
ApplyChanges
(changes);
SplitStringLiteral\SplitStringLiteralCommandHandler.cs (1)
103
var newSnapshot = subjectBuffer.
ApplyChanges
(newDocument.GetChanges(parsedDocument));
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Formatting\Indentation\CSharpFormatterTestsBase.cs (1)
98
buffer.
ApplyChanges
(changes);
Microsoft.CodeAnalysis.EditorFeatures (10)
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 (2)
91
textBuffer.
ApplyChanges
(changes);
176
subjectBuffer.
ApplyChanges
(textChanges);
Formatting\FormatCommandHandler.Paste.cs (1)
83
subjectBuffer.
ApplyChanges
(changes);
IntelliSense\AsyncCompletion\CommitManager.cs (1)
323
subjectBuffer.
ApplyChanges
(changes);
Organizing\OrganizeDocumentCommandHandler.cs (1)
158
commandArgs.SubjectBuffer.
ApplyChanges
(changes);
Shared\Extensions\ITextSnapshotExtensions.cs (1)
48
textBuffer.
ApplyChanges
(changes);
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractLanguageService`2.IVsLanguageTextOps.cs (1)
84
textBuffer.
ApplyChanges
(formattedChanges);