public override void VisitEnumMemberDeclaration(EnumMemberDeclarationSyntax node) { cb.AppendWithIndent(node.Identifier.Text).AppendLine(","); }