1 write to InlineRenameService
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractInlineRenameUndoManager.cs (1)
45this.InlineRenameService = inlineRenameService;
6 references to InlineRenameService
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineRename\AbstractInlineRenameUndoManager.cs (6)
48InlineRenameService.ActiveSessionChanged += InlineRenameService_ActiveSessionChanged; 69_trackedSession = InlineRenameService.ActiveSession; 137this.InlineRenameService.ActiveSession.ApplyReplacementText(replacementText, propagateEditImmediately: false); 154this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.ReplacementText, propagateEditImmediately: true); 158this.InlineRenameService.ActiveSession.Cancel(); 168this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.ReplacementText, propagateEditImmediately: true);