3 references to ColorHints
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineHints\InlineHintsTagger.cs (2)
93if (e.HasOption(option => option.Equals(InlineHintsViewOptionsStorage.ColorHints))) 124var colorHints = _taggerProvider.EditorOptionsService.GlobalOptions.GetOption(InlineHintsViewOptionsStorage.ColorHints, document.Project.Language);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
142BindToOption(ColorHints, InlineHintsViewOptionsStorage.ColorHints, LanguageNames.CSharp);