7 references to DescribeSet
System.Text.RegularExpressions.Generator (7)
RegexGenerator.Emitter.cs (7)
573lines.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}."); 1331writer.WriteLine($"// The pattern begins with {DescribeSet(set.Set)}."); 1369writer.Write($"// The pattern begins with an atomic loop for {DescribeSet(target.LoopNode.Str!)}, followed by "); 5490RegexNodeKind.Set => $"Match {DescribeSet(node.Str!)}{direction}.", 5491RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy => $"Match {DescribeSet(node.Str!)} {DescribeLoop(node, rm)}{direction}.",