9 references to GetSetChars
System.Text.RegularExpressions (9)
System\Text\RegularExpressions\RegexCharClass.cs (1)
1066GetSetChars(set, twoChars) == 2 &&
System\Text\RegularExpressions\RegexCompiler.cs (3)
5144RegexCharClass.GetSetChars(node.Str, setChars) > 0) 5214int setCharsCount = RegexCharClass.GetSetChars(node.Str, setChars); 5659int numChars = RegexCharClass.GetSetChars(charClass, setChars);
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
132(scratchCount = RegexCharClass.GetSetChars(charClass, scratch)) > 0)
System\Text\RegularExpressions\RegexNode.cs (1)
1455if ((numChars = RegexCharClass.GetSetChars(node.Str!, setChars)) != 0)
System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (3)
158int charCount = RegexCharClass.GetSetChars(node.Str!, setChars); 566int count = RegexCharClass.GetSetChars(result.Set, scratch); 1212chars = chars.Slice(0, RegexCharClass.GetSetChars(nextChild.Str!, chars));