1 write to SetChars
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexNode.cs (1)
1730
SetChars
= setChars;
13 references to SetChars
System.Text.RegularExpressions (13)
System\Text\RegularExpressions\RegexCompiler.cs (13)
3916
literal.
SetChars
is not null ||
3946
else if (literal.
SetChars
is not null) // set literal
3948
overlap = literal.
SetChars
.Contains(node.Ch);
3949
switch ((overlap, literal.
SetChars
.Length))
3953
Ldc(literal.
SetChars
[0]);
3954
Ldc(literal.
SetChars
[1]);
3960
Ldc(literal.
SetChars
[0]);
3961
Ldc(literal.
SetChars
[1]);
3962
Ldc(literal.
SetChars
[2]);
3968
EmitIndexOfAnyWithSearchValuesOrLiteral(literal.
SetChars
);
3974
Ldc(literal.
SetChars
[0]);
3975
Ldc(literal.
SetChars
[1]);
3981
EmitIndexOfAnyWithSearchValuesOrLiteral($"{node.Ch}{literal.
SetChars
}");