3 references to ParseOptionsInPattern
System.Text.RegularExpressions.Generator (3)
RegexGenerator.Parser.cs (1)
153regexOptionsWithPatternOptions = regexOptions | RegexParser.ParseOptionsInPattern(pattern, regexOptions);
UpgradeToGeneratedRegexAnalyzer.cs (1)
128_ = RegexParser.ParseOptionsInPattern((string)argument.Value.ConstantValue.Value!, RegexOptions.None);
UpgradeToGeneratedRegexCodeFixer.cs (1)
307regexOptions |= RegexParser.ParseOptionsInPattern(pattern, regexOptions);