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