1 write to HighlightRelatedJsonComponentsUnderCursor
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\HighlightingOptionsStorage.cs (1)
15HighlightRelatedJsonComponentsUnderCursor = globalOptions.GetOption(HighlightRelatedJsonComponentsUnderCursor, language)
2 references to HighlightRelatedJsonComponentsUnderCursor
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\Json\LanguageServices\JsonBraceMatcher.cs (1)
43if (!options.HighlightingOptions.HighlightRelatedJsonComponentsUnderCursor)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\HighlightingOptionsStorage.cs (1)
27defaultValue: HighlightingOptions.Default.HighlightRelatedJsonComponentsUnderCursor,