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