2 references to ColorHints
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineHints\InlineHintsTagger.cs (2)
94
if (e.HasOption(option => option.Equals(InlineHintsViewOptionsStorage.
ColorHints
)))
125
var colorHints = _taggerProvider.EditorOptionsService.GlobalOptions.GetOption(InlineHintsViewOptionsStorage.
ColorHints
, document.Project.Language);