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