5 references to ReportInvalidJsonPatterns
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
EmbeddedLanguages\ValidateJsonStringTests.cs (1)
30=> Option(IdeAnalyzerOptionsStorage.ReportInvalidJsonPatterns, true);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Options\IdeAnalyzerOptionsStorage.cs (1)
30ReportInvalidJsonPatterns = globalOptions.GetOption(ReportInvalidJsonPatterns, language),
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
EmbeddedLanguages\ValidateJsonStringTests.vb (1)
27Return [Option](IdeAnalyzerOptionsStorage.ReportInvalidJsonPatterns, True)
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
160BindToOption(Report_invalid_JSON_strings, IdeAnalyzerOptionsStorage.ReportInvalidJsonPatterns, LanguageNames.CSharp);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Options\AdvancedOptionPageControl.xaml.vb (1)
153BindToOption(Report_invalid_JSON_strings, IdeAnalyzerOptionsStorage.ReportInvalidJsonPatterns, LanguageNames.VisualBasic)