void EmitAttributes(INodeWithAttributes node, CustomAttributeSetter setCustomAttribute, TypeCreator knownTypes) { foreach (Attribute attribute in node.Attributes) knownTypes.CreateAttributeTypes(attribute); foreach (Attribute attribute in node.Attributes) setCustomAttribute(GetCustomAttributeBuilder(attribute)); }