10 references to WriteComment
CSharpSyntaxGenerator (10)
SourceWriter.cs (10)
852WriteComment($"<remarks>"); 853WriteComment($"<para>This node is associated with the following syntax kinds:</para>"); 854WriteComment($"<list type=\"bullet\">"); 858WriteComment($"<item><description><see cref=\"SyntaxKind.{kind.Name}\"/></description></item>"); 861WriteComment($"</list>"); 862WriteComment($"</remarks>"); 1137WriteComment($"<summary>Called when the visitor visits a {node.Name} node.</summary>"); 1492WriteComment($"<summary>Creates a new {nd.Name} instance.</summary>"); 1679WriteComment($"<summary>Creates a new {nd.Name} instance.</summary>"); 1769WriteComment($"<summary>Creates a new {nd.Name} instance.</summary>");