1 write to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs (1)
58_editorOptionsService = editorOptionsService;
4 references to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (4)
IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs (4)
67if (_editorOptionsService.GlobalOptions.GetOption(InlineRenameUIOptionsStorage.UseInlineAdornment) && _inlineRenameService.ActiveSession is not null) 89var options = _editorOptionsService.GlobalOptions.GetSymbolDescriptionOptions(document.Project.Language); 95var classificationOptions = _editorOptionsService.GlobalOptions.GetClassificationOptions(document.Project.Language); 96var lineFormattingOptions = snapshot.TextBuffer.GetLineFormattingOptions(_editorOptionsService, explicitFormat: false);