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