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