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)
3609
literal.
SetChars
is not null ||
3639
else if (literal.
SetChars
is not null) // set literal
3641
overlap = literal.
SetChars
.Contains(node.Ch);
3642
switch ((overlap, literal.
SetChars
.Length))
3646
Ldc(literal.
SetChars
[0]);
3647
Ldc(literal.
SetChars
[1]);
3653
Ldc(literal.
SetChars
[0]);
3654
Ldc(literal.
SetChars
[1]);
3655
Ldc(literal.
SetChars
[2]);
3661
EmitIndexOfAnyWithSearchValuesOrLiteral(literal.
SetChars
);
3667
Ldc(literal.
SetChars
[0]);
3668
Ldc(literal.
SetChars
[1]);
3674
EmitIndexOfAnyWithSearchValuesOrLiteral($"{node.Ch}{literal.
SetChars
}");