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)
3852
literal.
SetChars
is not null ||
3882
else if (literal.
SetChars
is not null) // set literal
3884
overlap = literal.
SetChars
.Contains(node.Ch);
3885
switch ((overlap, literal.
SetChars
.Length))
3889
Ldc(literal.
SetChars
[0]);
3890
Ldc(literal.
SetChars
[1]);
3896
Ldc(literal.
SetChars
[0]);
3897
Ldc(literal.
SetChars
[1]);
3898
Ldc(literal.
SetChars
[2]);
3904
EmitIndexOfAnyWithSearchValuesOrLiteral(literal.
SetChars
);
3910
Ldc(literal.
SetChars
[0]);
3911
Ldc(literal.
SetChars
[1]);
3917
EmitIndexOfAnyWithSearchValuesOrLiteral($"{node.Ch}{literal.
SetChars
}");