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