3 references to HighlightRelatedJsonComponentsUnderCursor
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\HighlightingOptionsStorage.cs (1)
15
HighlightRelatedJsonComponentsUnderCursor = globalOptions.GetOption(
HighlightRelatedJsonComponentsUnderCursor
, language)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
161
BindToOption(Highlight_related_JSON_components_under_cursor, HighlightingOptionsStorage.
HighlightRelatedJsonComponentsUnderCursor
, LanguageNames.CSharp);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Options\AdvancedOptionPageControl.xaml.vb (1)
154
BindToOption(Highlight_related_JSON_components_under_cursor, HighlightingOptionsStorage.
HighlightRelatedJsonComponentsUnderCursor
, LanguageNames.VisualBasic)