1 write to String
System.Text.RegularExpressions.Generator (1)
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (1)
1666
String
= @string;
4 references to String
System.Text.RegularExpressions.Generator (4)
RegexGenerator.Emitter.cs (4)
3641
(literal.
String
is not null ||
3654
if (literal.
String
is not null) // string literal
3656
overlap = literal.
String
[0] == node.Ch;
3659
$"{startingPos} = {sliceSpan}.IndexOfAny({Literal(node.Ch)}, {Literal(literal.
String
[0])});");