public DotfuscatorAttribute(string a, int c)
    {
        DotfuscatorAttribute dotfuscatorAttribute = this;

        // ISSUE: explicit constructor call
        dotfuscatorAttribute.\u002Ector();
        dotfuscatorAttribute.a = a;
        this.c = c;
    }
    public DotfuscatorAttribute(string a, int c, bool b)
    {
        DotfuscatorAttribute dotfuscatorAttribute = this;

        // ISSUE: explicit constructor call
        dotfuscatorAttribute.\u002Ector();
        string str = a;

        dotfuscatorAttribute.a = str;
        this.c = c;
        this.b = b;
    }