3 references to HighlightRelatedRegexComponentsUnderCursor
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Features\Options\HighlightingOptionsStorage.cs (1)
14HighlightRelatedRegexComponentsUnderCursor = globalOptions.GetOption(HighlightRelatedRegexComponentsUnderCursor, language),
Handler\Configuration\DidChangeConfigurationNotificationHandler_OptionList.cs (1)
34HighlightingOptionsStorage.HighlightRelatedRegexComponentsUnderCursor,
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
123BindToOption(Highlight_related_regular_expression_components_under_cursor, HighlightingOptionsStorage.HighlightRelatedRegexComponentsUnderCursor, LanguageNames.CSharp);