1 write to InlineRenameService
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractInlineRenameUndoManager.cs (1)
44this.InlineRenameService = inlineRenameService;
6 references to InlineRenameService
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineRename\AbstractInlineRenameUndoManager.cs (6)
47InlineRenameService.ActiveSessionChanged += InlineRenameService_ActiveSessionChanged; 68_trackedSession = InlineRenameService.ActiveSession; 136this.InlineRenameService.ActiveSession.ApplyReplacementText(replacementText, propagateEditImmediately: false); 153this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.ReplacementText, propagateEditImmediately: true); 157this.InlineRenameService.ActiveSession.Cancel(); 167this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.ReplacementText, propagateEditImmediately: true);