1 write to ReportInvalidJsonPatterns
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\IdeAnalyzerOptionsStorage.cs (1)
30
ReportInvalidJsonPatterns
= globalOptions.GetOption(ReportInvalidJsonPatterns, language),
2 references to ReportInvalidJsonPatterns
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\Json\LanguageServices\AbstractJsonDiagnosticAnalyzer.cs (1)
47
var option = context.GetIdeAnalyzerOptions().
ReportInvalidJsonPatterns
;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\IdeAnalyzerOptionsStorage.cs (1)
48
"dotnet_report_invalid_json_patterns", IdeAnalyzerOptions.CommonDefault.
ReportInvalidJsonPatterns
);