1 write to String
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexNode.cs (1)
1604
String
= @string;
4 references to String
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexCompiler.cs (4)
3607
(literal.
String
is not null ||
3621
if (literal.
String
is not null) // string literal
3623
overlap = literal.
String
[0] == node.Ch;
3634
Ldc(literal.
String
[0]);