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