2 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))