7 references to TryFindFirstCharClass
System.Text.RegularExpressions.Generator (7)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (7)
916
return
TryFindFirstCharClass
(root, ref cc) == true ?
1022
return
TryFindFirstCharClass
(node.Child(0), ref cc);
1029
return
TryFindFirstCharClass
(node.Child(0), ref cc) switch
1045
bool? childResult =
TryFindFirstCharClass
(node.Child(i), ref cc);
1063
bool? childResult =
TryFindFirstCharClass
(node.Child(i), ref cc);
1081
return (
TryFindFirstCharClass
(node.Child(branchStart), ref cc),
TryFindFirstCharClass
(node.Child(branchStart + 1), ref cc)) switch