1 write to String
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexNode.cs (1)
1665
String
= @string;
4 references to String
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexCompiler.cs (4)
3835
(literal.
String
is not null ||
3849
if (literal.
String
is not null) // string literal
3851
overlap = literal.
String
[0] == node.Ch;
3862
Ldc(literal.
String
[0]);