protected override void AddNonPropertyValues(CodeTypeDeclaration constantsClass, CodeTypeDeclaration type, HashSet <string> attributes) { var req = type.GetRequestProxyAttribute() ?? type.GetResponseProxyAttribute(); AddAttributeConstToAction(type, new HashSet <string>(), req); }