10 references to WriteComment
CSharpSyntaxGenerator (10)
SourceWriter.cs (10)
885
WriteComment
($"<remarks>");
886
WriteComment
($"<para>This node is associated with the following syntax kinds:</para>");
887
WriteComment
($"<list type=\"bullet\">");
891
WriteComment
($"<item><description><see cref=\"SyntaxKind.{kind.Name}\"/></description></item>");
894
WriteComment
($"</list>");
895
WriteComment
($"</remarks>");
1170
WriteComment
($"<summary>Called when the visitor visits a {node.Name} node.</summary>");
1526
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");
1713
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");
1803
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");