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