2 references to KeywordHighlightingOptionsStorage
Microsoft.CodeAnalysis.EditorFeatures (2)
KeywordHighlighting\HighlighterViewTaggerProvider.cs (2)
46
protected override ImmutableArray<IOption2> Options { get; } = [
KeywordHighlightingOptionsStorage
.KeywordHighlighting];
74
if (!GlobalOptions.GetOption(
KeywordHighlightingOptionsStorage
.KeywordHighlighting, document.Project.Language))