10 references to WriteComment
CSharpSyntaxGenerator (10)
SourceWriter.cs (10)
824
WriteComment
($"<remarks>");
825
WriteComment
($"<para>This node is associated with the following syntax kinds:</para>");
826
WriteComment
($"<list type=\"bullet\">");
830
WriteComment
($"<item><description><see cref=\"SyntaxKind.{kind.Name}\"/></description></item>");
833
WriteComment
($"</list>");
834
WriteComment
($"</remarks>");
1109
WriteComment
($"<summary>Called when the visitor visits a {node.Name} node.</summary>");
1464
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");
1651
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");
1741
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");