1 write to SetChars
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexNode.cs (1)
1492
SetChars
= setChars;
13 references to SetChars
System.Text.RegularExpressions (13)
System\Text\RegularExpressions\RegexCompiler.cs (13)
3592
literal.
SetChars
is not null ||
3622
else if (literal.
SetChars
is not null) // set literal
3624
overlap = literal.
SetChars
.Contains(node.Ch);
3625
switch ((overlap, literal.
SetChars
.Length))
3629
Ldc(literal.
SetChars
[0]);
3630
Ldc(literal.
SetChars
[1]);
3636
Ldc(literal.
SetChars
[0]);
3637
Ldc(literal.
SetChars
[1]);
3638
Ldc(literal.
SetChars
[2]);
3644
EmitIndexOfAnyWithSearchValuesOrLiteral(literal.
SetChars
);
3650
Ldc(literal.
SetChars
[0]);
3651
Ldc(literal.
SetChars
[1]);
3657
EmitIndexOfAnyWithSearchValuesOrLiteral($"{node.Ch}{literal.
SetChars
}");