2 references to IsFixableRegexOperation
System.Text.RegularExpressions.Generator (2)
UpgradeToGeneratedRegexAnalyzer.cs (1)
74if (IsFixableRegexOperation(context.Operation, regexTypeSymbol))
UpgradeToGeneratedRegexCodeFixer.cs (1)
539if (op is not null && UpgradeToGeneratedRegexAnalyzer.IsFixableRegexOperation(op, regexSymbol))