2 references to ReportInvalidJsonPatterns
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\Json\LanguageServices\AbstractJsonDiagnosticAnalyzer.cs (1)
41
if (!context.GetAnalyzerOptions().GetOption(JsonDetectionOptionsStorage.
ReportInvalidJsonPatterns
) ||
EmbeddedLanguages\Json\LanguageServices\JsonDetectionOptionsStorage.cs (1)
22
public static readonly ImmutableArray<IOption2> UnsupportedOptions = [DetectAndOfferEditorFeaturesForProbableJsonStrings,
ReportInvalidJsonPatterns
];