Example #1
0
        protected override void AddNonPropertyValues(CodeTypeDeclaration constantsClass, CodeTypeDeclaration type, HashSet <string> attributes)
        {
            var req = type.GetRequestProxyAttribute() ?? type.GetResponseProxyAttribute();

            AddAttributeConstToAction(type, new HashSet <string>(), req);
        }