1 write to ColorizeRegexPatterns
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\ClassificationOptionsStorage.cs (1)
16
ColorizeRegexPatterns
= globalOptions.GetOption(ColorizeRegexPatterns, language),
2 references to ColorizeRegexPatterns
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (1)
48
if (!context.Options.
ColorizeRegexPatterns
)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\ClassificationOptionsStorage.cs (1)
31
new("dotnet_colorize_regex_patterns", ClassificationOptions.Default.
ColorizeRegexPatterns
);