3 references to FindFirstOrLastCharClass
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\RegexNode.cs (1)
2560
RegexPrefixAnalyzer.
FindFirstOrLastCharClass
(peers[index], findFirst: succeeded) is string set &&
System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (2)
906
public static string? FindFirstCharClass(RegexNode root) =>
FindFirstOrLastCharClass
(root, findFirst: true);
911
public static string? FindLastCharClass(RegexNode root) =>
FindFirstOrLastCharClass
(root, findFirst: false);