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