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