7 references to ApplyChange
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
AutomaticCompletion\AutomaticLineEnderCommandHandler.cs (1)
659
buffer.
ApplyChange
(insertChange);
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (1)
207
buffer.
ApplyChange
(insertChange);
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
212
buffer.
ApplyChange
(new TextChange(TextSpan.FromBounds(caretPoint - 2, caretPoint), string.Empty));
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (3)
EndConstructGeneration\ReplaceSpanResult.vb (1)
40
subjectBuffer.
ApplyChange
(New TextChange(_snapshotSpan.TranslateTo(current, SpanTrackingMode.EdgeExclusive).Span.ToTextSpan(), _replacementText))
EndConstructGeneration\SpitLinesResult.vb (1)
52
subjectBuffer.
ApplyChange
(New TextChange(New TextSpan(caretPosition, 0), joinedLines))
EndConstructGeneration\VisualBasicEndConstructGenerationService.vb (1)
337
subjectBuffer.
ApplyChange
(New TextChange(New TextSpan(insertPosition, 0), endText))
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Snippets\SnippetCommandHandler.vb (1)
120
subjectBuffer.
ApplyChange
(New TextChange(Microsoft.CodeAnalysis.Text.TextSpan.FromBounds(caretPosition - 1, caretPosition), String.Empty))