5 references to KeywordHighlightingOptionsStorage
Microsoft.CodeAnalysis.EditorFeatures (2)
KeywordHighlighting\HighlighterViewTaggerProvider.cs (2)
46protected override ImmutableArray<IOption2> Options { get; } = [KeywordHighlightingOptionsStorage.KeywordHighlighting]; 74if (!GlobalOptions.GetOption(KeywordHighlightingOptionsStorage.KeywordHighlighting, document.Project.Language))
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Options\AdvancedOptionPageControl.xaml.cs (1)
81BindToOption(EnableHighlightKeywords, KeywordHighlightingOptionsStorage.KeywordHighlighting, LanguageNames.CSharp);
Options\AutomationObject\AutomationObject.OnOff.cs (2)
41get { return GetBooleanOption(KeywordHighlightingOptionsStorage.KeywordHighlighting); } 42set { SetBooleanOption(KeywordHighlightingOptionsStorage.KeywordHighlighting, value); }