1 reference to GetRegexOptionsFromArgument
System.Text.RegularExpressions.Generator (1)
UpgradeToGeneratedRegexCodeFixer.cs (1)
196
RegexOptions regexOptions = regexOptionsValue is not null ?
GetRegexOptionsFromArgument
(operationArguments) : RegexOptions.None;