5 references to EscapeXmlComment
System.Text.RegularExpressions.Generator (5)
RegexGenerator.Emitter.cs (5)
88writer.WriteLine($"/// <code>{EscapeXmlComment(regexMethod.Pattern)}</code><br/>"); 622$"/// <summary>Supports searching for characters in or not in {EscapeXmlComment(setLiteral)}.</summary>", 697lines.Add($"/// <summary>Finds the next index of any character that matches {EscapeXmlComment(DescribeSet(set))}.</summary>"); 1171$"/// <summary>Supports searching for the string {EscapeXmlComment(Literal(substring))}.</summary>", 5809writer.WriteLine($"/// {new string(' ', depth * 4)}{BulletPoint} {tag}{EscapeXmlComment(nodeDescription)}<br/>");