10 references to WriteComment
CSharpSyntaxGenerator (10)
SourceWriter.cs (10)
886
WriteComment
($"<remarks>");
887
WriteComment
($"<para>This node is associated with the following syntax kinds:</para>");
888
WriteComment
($"<list type=\"bullet\">");
892
WriteComment
($"<item><description><see cref=\"SyntaxKind.{kind.Name}\"/></description></item>");
895
WriteComment
($"</list>");
896
WriteComment
($"</remarks>");
1171
WriteComment
($"<summary>Called when the visitor visits a {node.Name} node.</summary>");
1527
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");
1714
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");
1804
WriteComment
($"<summary>Creates a new {nd.Name} instance.</summary>");