1 write to _inlineRenameService
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs (1)
59
_inlineRenameService
= inlineRenameService;
1 reference to _inlineRenameService
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs (1)
67
if (_editorOptionsService.GlobalOptions.GetOption(InlineRenameUIOptionsStorage.UseInlineAdornment) &&
_inlineRenameService
.ActiveSession is not null)