2 references to ApplyChange
Microsoft.CodeAnalysis.EditorFeatures (2)
AutomaticCompletion\AbstractAutomaticLineEnderCommandHandler.cs (1)
208
buffer.
ApplyChange
(insertChange);
IntelliSense\AsyncCompletion\CompletionSource.cs (1)
194
buffer.
ApplyChange
(new TextChange(TextSpan.FromBounds(caretPoint - 2, caretPoint), string.Empty));