1 write to InlineRenameService
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\AbstractInlineRenameUndoManager.cs (1)
43this.InlineRenameService = inlineRenameService;
6 references to InlineRenameService
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineRename\AbstractInlineRenameUndoManager.cs (6)
45InlineRenameService.ActiveSessionChanged += InlineRenameService_ActiveSessionChanged; 55_trackedSession = InlineRenameService.ActiveSession; 123this.InlineRenameService.ActiveSession.ApplyReplacementText(replacementText, propagateEditImmediately: false); 140this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.ReplacementText, propagateEditImmediately: true); 144this.InlineRenameService.ActiveSession.Cancel(); 154this.InlineRenameService.ActiveSession.ApplyReplacementText(this.currentState.ReplacementText, propagateEditImmediately: true);