1 write to _globalOptions
Microsoft.CodeAnalysis.EditorFeatures (1)
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (1)
61
_globalOptions
= globalOptions;
2 references to _globalOptions
Microsoft.CodeAnalysis.EditorFeatures (2)
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (2)
121
if (!
_globalOptions
.GetOption(ReferenceHighlightingOptionsStorage.ReferenceHighlighting, document.Project.Language))
138
var options =
_globalOptions
.GetHighlightingOptions(document.Project.Language);