2 references to InlineRenameUIOptionsStorage
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\AbstractInlineRenameUndoManager.cs (1)
57
if (!_globalOptionService.GetOption(
InlineRenameUIOptionsStorage
.UseInlineAdornment))
IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs (1)
56
if (_editorOptionsService.GlobalOptions.GetOption(
InlineRenameUIOptionsStorage
.UseInlineAdornment) && _inlineRenameService.ActiveSession is not null)