4 references to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (4)
IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs (4)
56if (_editorOptionsService.GlobalOptions.GetOption(InlineRenameUIOptionsStorage.UseInlineAdornment) && _inlineRenameService.ActiveSession is not null) 78var options = _editorOptionsService.GlobalOptions.GetSymbolDescriptionOptions(document.Project.Language); 84var classificationOptions = _editorOptionsService.GlobalOptions.GetClassificationOptions(document.Project.Language); 85var lineFormattingOptions = snapshot.TextBuffer.GetLineFormattingOptions(_editorOptionsService, explicitFormat: false);