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