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