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)
67
if (
_editorOptionsService
.GlobalOptions.GetOption(InlineRenameUIOptionsStorage.UseInlineAdornment) && _inlineRenameService.ActiveSession is not null)
89
var options =
_editorOptionsService
.GlobalOptions.GetSymbolDescriptionOptions(document.Project.Language);
95
var classificationOptions =
_editorOptionsService
.GlobalOptions.GetClassificationOptions(document.Project.Language);
96
var lineFormattingOptions = snapshot.TextBuffer.GetLineFormattingOptions(
_editorOptionsService
, explicitFormat: false);