1 write to String
System.Text.RegularExpressions.Generator (1)
parent\src\System\Text\RegularExpressions\RegexNode.cs (1)
1724String = @string;
4 references to String
System.Text.RegularExpressions.Generator (4)
RegexGenerator.Emitter.cs (4)
3683(literal.String is not null || 3696if (literal.String is not null) // string literal 3698overlap = literal.String[0] == node.Ch; 3701$"{startingPos} = {sliceSpan}.IndexOfAny({Literal(node.Ch)}, {Literal(literal.String[0])});");