7 references to DescribeSet
System.Text.RegularExpressions.Generator (7)
RegexGenerator.Emitter.cs (7)
573
lines.Add($"/// <summary>Finds the next index of any character that matches {EscapeXmlComment(
DescribeSet
(set))}.</summary>");
1146
$"// The pattern begins with {
DescribeSet
(primarySet.Set)}." :
1147
$"// The pattern matches {
DescribeSet
(primarySet.Set)} at index {primarySet.Distance}.");
1331
writer.WriteLine($"// The pattern begins with {
DescribeSet
(set.Set)}.");
1369
writer.Write($"// The pattern begins with an atomic loop for {
DescribeSet
(target.LoopNode.Str!)}, followed by ");
5490
RegexNodeKind.Set => $"Match {
DescribeSet
(node.Str!)}{direction}.",
5491
RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy => $"Match {
DescribeSet
(node.Str!)} {DescribeLoop(node, rm)}{direction}.",