11 references to GetSetChars
System.Text.RegularExpressions (11)
System\Text\RegularExpressions\RegexCharClass.cs (1)
963
GetSetChars
(set, twoChars) == 2 &&
System\Text\RegularExpressions\RegexCompiler.cs (4)
1946
int numChars = RegexCharClass.
GetSetChars
(startingLiteralNode.Str!, setChars);
5377
RegexCharClass.
GetSetChars
(node.Str, setChars) > 0)
5447
int setCharsCount = RegexCharClass.
GetSetChars
(node.Str, setChars);
5892
int numChars = RegexCharClass.
GetSetChars
(charClass, setChars);
System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
132
(scratchCount = RegexCharClass.
GetSetChars
(charClass, scratch)) > 0)
System\Text\RegularExpressions\RegexNode.cs (2)
1552
(numChars = RegexCharClass.
GetSetChars
(startingLiteralNode.Str!, setChars)) == 0)
1634
if ((numChars = RegexCharClass.
GetSetChars
(node.Str!, setChars)) != 0)
System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (3)
158
int charCount = RegexCharClass.
GetSetChars
(node.Str!, setChars);
566
int count = RegexCharClass.
GetSetChars
(result.Set, scratch);
1236
chars = chars.Slice(0, RegexCharClass.
GetSetChars
(nextChild.Str!, chars));