3 references to _editorOptionsService
Microsoft.CodeAnalysis.EditorFeatures (3)
IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs (3)
75var options = _editorOptionsService.GlobalOptions.GetSymbolDescriptionOptions(document.Project.Language); 81var classificationOptions = _editorOptionsService.GlobalOptions.GetClassificationOptions(document.Project.Language); 82var lineFormattingOptions = snapshot.TextBuffer.GetLineFormattingOptions(_editorOptionsService, explicitFormat: false);