
Please follow the code under writefile and writefile_newform buttons

both form1 and form2 has the exact same method (copypaste), savelog(string filepath)
if both forms belongs to same namespace, no problem, each method can be set with different obfuscation settings (mutation+renaming+strings takes 0.5seconds)
if forms belongs to different namespace, it start the issue:
 - even if form2.savelog() has obf setting to basically none, both methods takes 20seconds (same mutation+renaming+strings that took 0.5seconds if same namespace)
 - if form1.savelog() has obf setting to basically none, form2.savelog() reacts to its own obf setting