10 references to WriteComment
CSharpSyntaxGenerator (10)
SourceWriter.cs (10)
885WriteComment($"<remarks>"); 886WriteComment($"<para>This node is associated with the following syntax kinds:</para>"); 887WriteComment($"<list type=\"bullet\">"); 891WriteComment($"<item><description><see cref=\"SyntaxKind.{kind.Name}\"/></description></item>"); 894WriteComment($"</list>"); 895WriteComment($"</remarks>"); 1170WriteComment($"<summary>Called when the visitor visits a {node.Name} node.</summary>"); 1526WriteComment($"<summary>Creates a new {nd.Name} instance.</summary>"); 1713WriteComment($"<summary>Creates a new {nd.Name} instance.</summary>"); 1803WriteComment($"<summary>Creates a new {nd.Name} instance.</summary>");