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