Language\Intermediate\ClassDeclarationIntermediateNode.cs (4)
28formatter.WriteProperty(nameof(Name), Name);
29formatter.WriteProperty(nameof(Interfaces), string.Join(", ", Interfaces.Select(i => i.Content)));
30formatter.WriteProperty(nameof(Modifiers), string.Join(", ", Modifiers));
31formatter.WriteProperty(nameof(TypeParameters), string.Join(", ", TypeParameters.Select(t => t.Name.Content)));