2 references to FindFirstCharClass
System.Text.RegularExpressions.Generator (2)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
95
if (RegexPrefixAnalyzer.
FindFirstCharClass
(root) is string charClass)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (1)
542
if (
FindFirstCharClass
(root) is not string charClass ||