Ejemplo n.º 1
0
 private void Analyze(ConfuserContext context, INameService service, MethodDef method, ProtectionParameters parameters)
 {
     if (GetJsonContainerAttribute(method.DeclaringType) != null && method.IsConstructor)
     {
         service.SetParam(method, "renameArgs", "false");
     }
 }
Ejemplo n.º 2
0
 void Analyze(ConfuserContext context, INameService service, MethodDef method, ProtectionParameters parameters)
 {
     if (GetJsonContainerAttribute(method.DeclaringType) != null && method.IsConstructor) {
         service.SetParam(method, "renameArgs", "false");
     }
 }