1 write to EditorOptionsService
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTaggerProvider.cs (1)
65EditorOptionsService = editorOptionsService;
1 reference to EditorOptionsService
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTagger.cs (1)
171var classify = document != null && _taggerProvider.EditorOptionsService.GlobalOptions.GetOption(InlineHintsViewOptionsStorage.ColorHints, document.Project.Language);