4 references to EscapeXmlComment
System.Text.RegularExpressions.Generator (4)
RegexGenerator.Emitter.cs (4)
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>",