1 write to EditorOptionsService
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTaggerProvider.cs (1)
65EditorOptionsService = editorOptionsService;
3 references to EditorOptionsService
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
InlineHints\InlineHintsTag.cs (2)
108var classificationOptions = _taggerProvider.EditorOptionsService.GlobalOptions.GetClassificationOptions(document.Project.Language); 109var lineFormattingOptions = _span.Snapshot.TextBuffer.GetLineFormattingOptions(_taggerProvider.EditorOptionsService, explicitFormat: false);
InlineHints\InlineHintsTagger.cs (1)
171var classify = document != null && _taggerProvider.EditorOptionsService.GlobalOptions.GetOption(InlineHintsViewOptionsStorage.ColorHints, document.Project.Language);