4 references to ReportInvalidRegexPatterns
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (1)
EmbeddedLanguages\ValidateRegexStringTests.cs (1)
30
=> Option(RegexOptionsStorage.
ReportInvalidRegexPatterns
, true);
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\LanguageServices\AbstractRegexDiagnosticAnalyzer.cs (1)
45
var option = context.GetAnalyzerOptions().GetOption(RegexOptionsStorage.
ReportInvalidRegexPatterns
);
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexOptionsStorage.cs (1)
17
public static readonly ImmutableArray<IOption2> UnsupportedOptions = [
ReportInvalidRegexPatterns
];
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\AdvancedOptionPageControl.xaml.cs (1)
122
BindToOption(Report_invalid_regular_expressions, RegexOptionsStorage.
ReportInvalidRegexPatterns
, LanguageNames.CSharp);