1 write to SetChars
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexNode.cs (1)
1671
SetChars
= setChars;
13 references to SetChars
System.Text.RegularExpressions (13)
System\Text\RegularExpressions\RegexCompiler.cs (13)
3836
literal.
SetChars
is not null ||
3866
else if (literal.
SetChars
is not null) // set literal
3868
overlap = literal.
SetChars
.Contains(node.Ch);
3869
switch ((overlap, literal.
SetChars
.Length))
3873
Ldc(literal.
SetChars
[0]);
3874
Ldc(literal.
SetChars
[1]);
3880
Ldc(literal.
SetChars
[0]);
3881
Ldc(literal.
SetChars
[1]);
3882
Ldc(literal.
SetChars
[2]);
3888
EmitIndexOfAnyWithSearchValuesOrLiteral(literal.
SetChars
);
3894
Ldc(literal.
SetChars
[0]);
3895
Ldc(literal.
SetChars
[1]);
3901
EmitIndexOfAnyWithSearchValuesOrLiteral($"{node.Ch}{literal.
SetChars
}");