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