5 references to ReferenceHighlightingOptionsStorage
Microsoft.CodeAnalysis.EditorFeatures (2)
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (2)
47protected override ImmutableArray<IOption2> Options { get; } = [ReferenceHighlightingOptionsStorage.ReferenceHighlighting]; 115if (!this.GlobalOptions.GetOption(ReferenceHighlightingOptionsStorage.ReferenceHighlighting, document.Project.Language))
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Options\AdvancedOptionPageControl.xaml.cs (1)
80BindToOption(EnableHighlightReferences, ReferenceHighlightingOptionsStorage.ReferenceHighlighting, LanguageNames.CSharp);
Options\AutomationObject\AutomationObject.OnOff.cs (2)
77get { return GetBooleanOption(ReferenceHighlightingOptionsStorage.ReferenceHighlighting); } 78set { SetBooleanOption(ReferenceHighlightingOptionsStorage.ReferenceHighlighting, value); }