1 write to SetChars
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexNode.cs (1)
1610
SetChars
= setChars;
13 references to SetChars
System.Text.RegularExpressions (13)
System\Text\RegularExpressions\RegexCompiler.cs (13)
3608
literal.
SetChars
is not null ||
3638
else if (literal.
SetChars
is not null) // set literal
3640
overlap = literal.
SetChars
.Contains(node.Ch);
3641
switch ((overlap, literal.
SetChars
.Length))
3645
Ldc(literal.
SetChars
[0]);
3646
Ldc(literal.
SetChars
[1]);
3652
Ldc(literal.
SetChars
[0]);
3653
Ldc(literal.
SetChars
[1]);
3654
Ldc(literal.
SetChars
[2]);
3660
EmitIndexOfAnyWithSearchValuesOrLiteral(literal.
SetChars
);
3666
Ldc(literal.
SetChars
[0]);
3667
Ldc(literal.
SetChars
[1]);
3673
EmitIndexOfAnyWithSearchValuesOrLiteral($"{node.Ch}{literal.
SetChars
}");