10 references to GetSetChars
System.Text.RegularExpressions.Generator (10)
RegexGenerator.Emitter.cs (4)
1742
(numChars = RegexCharClass.
GetSetChars
(startingLiteralNode.Str!, setChars)) == 0)
1809
int numChars = RegexCharClass.
GetSetChars
(startingLiteralNode.Str!, setChars);
4982
setChars = setChars.Slice(0, RegexCharClass.
GetSetChars
(node.Str, setChars));
5154
switch (RegexCharClass.
GetSetChars
(charClass, setChars))
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexCharClass.cs (1)
1066
GetSetChars
(set, twoChars) == 2 &&
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexFindOptimizations.cs (1)
132
(scratchCount = RegexCharClass.
GetSetChars
(charClass, scratch)) > 0)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (1)
1455
if ((numChars = RegexCharClass.
GetSetChars
(node.Str!, setChars)) != 0)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexPrefixAnalyzer.cs (3)
158
int charCount = RegexCharClass.
GetSetChars
(node.Str!, setChars);
566
int count = RegexCharClass.
GetSetChars
(result.Set, scratch);
1212
chars = chars.Slice(0, RegexCharClass.
GetSetChars
(nextChild.Str!, chars));