1 write to SetChars
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexNode.cs (1)
1672
SetChars
= setChars;
13 references to SetChars
System.Text.RegularExpressions (13)
System\Text\RegularExpressions\RegexCompiler.cs (13)
3857
literal.
SetChars
is not null ||
3887
else if (literal.
SetChars
is not null) // set literal
3889
overlap = literal.
SetChars
.Contains(node.Ch);
3890
switch ((overlap, literal.
SetChars
.Length))
3894
Ldc(literal.
SetChars
[0]);
3895
Ldc(literal.
SetChars
[1]);
3901
Ldc(literal.
SetChars
[0]);
3902
Ldc(literal.
SetChars
[1]);
3903
Ldc(literal.
SetChars
[2]);
3909
EmitIndexOfAnyWithSearchValuesOrLiteral(literal.
SetChars
);
3915
Ldc(literal.
SetChars
[0]);
3916
Ldc(literal.
SetChars
[1]);
3922
EmitIndexOfAnyWithSearchValuesOrLiteral($"{node.Ch}{literal.
SetChars
}");