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