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