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