1 implementation of ActiveSession
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameService.cs (1)
165IInlineRenameSession? IInlineRenameService.ActiveSession => _activeRenameSession;
4 references to ActiveSession
Microsoft.CodeAnalysis.EditorFeatures (4)
ExtractMethod\ExtractMethodCommandHandler.cs (2)
89if (_renameService.ActiveSession != null) 91_threadingContext.JoinableTaskFactory.Run(() => _renameService.ActiveSession.CommitAsync(previewChanges: false, context.OperationContext));
IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs (1)
56if (_editorOptionsService.GlobalOptions.GetOption(InlineRenameUIOptionsStorage.UseInlineAdornment) && _inlineRenameService.ActiveSession is not null)
RenameTracking\RenameTrackingTaggerProvider.StateMachine.cs (1)
164if (_inlineRenameService.ActiveSession != null)