10 references to WriteComment
CSharpSyntaxGenerator (10)
SourceWriter.cs (10)
852
WriteComment
($"<remarks>");
853
WriteComment
($"<para>This node is associated with the following syntax kinds:</para>");
854
WriteComment
($"<list type=\"bullet\">");
858
WriteComment
($"<item><description><see cref=\"SyntaxKind.{kind.Name}\"/></description></item>");
861
WriteComment
($"</list>");
862
WriteComment
($"</remarks>");
1137
WriteComment
($"<summary>Called when the visitor visits a {node.Name} node.</summary>");
1492
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");
1679
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");
1769
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");