3 references to FindFirstCharClass
System.Text.RegularExpressions.Generator (3)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
125if (RegexPrefixAnalyzer.FindFirstCharClass(root) is string charClass)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (1)
2431if (RegexPrefixAnalyzer.FindFirstCharClass(loopChild) is not string loopStartingSet ||
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (1)
542if (FindFirstCharClass(root) is not string charClass ||