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