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