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