1 write to InlineRenameService
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractInlineRenameUndoManager.cs (1)
41this.InlineRenameService = inlineRenameService;
6 references to InlineRenameService
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineRename\AbstractInlineRenameUndoManager.cs (6)
43InlineRenameService.ActiveSessionChanged += InlineRenameService_ActiveSessionChanged; 53_trackedSession = InlineRenameService.ActiveSession; 121this.InlineRenameService.ActiveSession.ApplyReplacementText(replacementText, propagateEditImmediately: false); 138this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.ReplacementText, propagateEditImmediately: true); 142this.InlineRenameService.ActiveSession.Cancel(); 152this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.ReplacementText, propagateEditImmediately: true);