4 references to KeywordHighlighting
Microsoft.CodeAnalysis.EditorFeatures (1)
KeywordHighlighting\HighlighterViewTaggerProvider.cs (1)
57: base(threadingContext, globalOptions, visibilityTracker, listenerProvider.GetListener(FeatureAttribute.KeywordHighlighting))
Microsoft.CodeAnalysis.Workspaces (1)
Shared\TestHooks\FeatureAttribute.cs (1)
40public const string KeywordHighlighting = nameof(KeywordHighlighting);
Microsoft.VisualStudio.LanguageServices.IntegrationTests (2)
CSharp\CSharpKeywordHighlighting.cs (1)
117FeatureAttribute.KeywordHighlighting);
VisualBasic\BasicKeywordHighlighting.cs (1)
51FeatureAttribute.KeywordHighlighting);