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>"); 1072WriteComment($"<summary>Called when the visitor visits a {node.Name} node.</summary>"); 1422WriteComment($"<summary>Creates a new {nd.Name} instance.</summary>"); 1608WriteComment($"<summary>Creates a new {nd.Name} instance.</summary>"); 1697WriteComment($"<summary>Creates a new {nd.Name} instance.</summary>");