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