5 references to EscapeXmlComment
System.Text.RegularExpressions.Generator (5)
RegexGenerator.Emitter.cs (5)
88
writer.WriteLine($"/// <code>{
EscapeXmlComment
(regexMethod.Pattern)}</code><br/>");
622
$"/// <summary>Supports searching for characters in or not in {
EscapeXmlComment
(setLiteral)}.</summary>",
697
lines.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>",
5809
writer.WriteLine($"/// {new string(' ', depth * 4)}{BulletPoint} {tag}{
EscapeXmlComment
(nodeDescription)}<br/>");