9 references to ReferenceHighlighting
Microsoft.CodeAnalysis.EditorFeatures (2)
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (2)
50
protected override ImmutableArray<IOption2> Options { get; } = ImmutableArray.Create<IOption2>(ReferenceHighlightingOptionsStorage.
ReferenceHighlighting
);
121
if (!_globalOptions.GetOption(ReferenceHighlightingOptionsStorage.
ReferenceHighlighting
, document.Project.Language))
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (1)
ReferenceHighlighting\AbstractReferenceHighlightingTests.vb (1)
41
globalOptions.SetGlobalOption(ReferenceHighlightingOptionsStorage.
ReferenceHighlighting
, hostDocument.Project.Language, optionIsEnabled)
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Options\AdvancedOptionPageControl.xaml.cs (1)
110
BindToOption(EnableHighlightReferences, ReferenceHighlightingOptionsStorage.
ReferenceHighlighting
, LanguageNames.CSharp);
Options\AutomationObject\AutomationObject.OnOff.cs (2)
77
get { return GetBooleanOption(ReferenceHighlightingOptionsStorage.
ReferenceHighlighting
); }
78
set { SetBooleanOption(ReferenceHighlightingOptionsStorage.
ReferenceHighlighting
, value); }
Microsoft.VisualStudio.LanguageServices.VisualBasic (3)
Options\AdvancedOptionPageControl.xaml.vb (1)
103
BindToOption(EnableHighlightReferences, ReferenceHighlightingOptionsStorage.
ReferenceHighlighting
, LanguageNames.VisualBasic)
Options\AutomationObject\AutomationObject.OnOff.vb (2)
57
Return GetBooleanOption(ReferenceHighlightingOptionsStorage.
ReferenceHighlighting
)
60
SetBooleanOption(ReferenceHighlightingOptionsStorage.
ReferenceHighlighting
, value)