4 references to ApplyReplacementText
Microsoft.CodeAnalysis.EditorFeatures (4)
InlineRename\AbstractInlineRenameUndoManager.cs (3)
123
this.InlineRenameService.ActiveSession.
ApplyReplacementText
(replacementText, propagateEditImmediately: false);
140
this.InlineRenameService.ActiveSession.
ApplyReplacementText
(this.currentState.ReplacementText, propagateEditImmediately: true);
154
this.InlineRenameService.ActiveSession.
ApplyReplacementText
(this.currentState.ReplacementText, propagateEditImmediately: true);
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (1)
81
Session.
ApplyReplacementText
(value, propagateEditImmediately: true, updateSelection: false);