10 references to WriteComment
CSharpSyntaxGenerator (10)
SourceWriter.cs (10)
810
WriteComment
($"<remarks>");
811
WriteComment
($"<para>This node is associated with the following syntax kinds:</para>");
812
WriteComment
($"<list type=\"bullet\">");
816
WriteComment
($"<item><description><see cref=\"SyntaxKind.{kind.Name}\"/></description></item>");
819
WriteComment
($"</list>");
820
WriteComment
($"</remarks>");
1072
WriteComment
($"<summary>Called when the visitor visits a {node.Name} node.</summary>");
1422
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");
1608
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");
1697
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");