5 references to KeywordHighlighting
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))
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Options\AdvancedOptionPageControl.xaml.cs (1)
81
BindToOption(EnableHighlightKeywords, KeywordHighlightingOptionsStorage.
KeywordHighlighting
, LanguageNames.CSharp);
Options\AutomationObject\AutomationObject.OnOff.cs (2)
41
get { return GetBooleanOption(KeywordHighlightingOptionsStorage.
KeywordHighlighting
); }
42
set { SetBooleanOption(KeywordHighlightingOptionsStorage.
KeywordHighlighting
, value); }