Browse Source

Fix order of transforms

pull/903/head
mohe2015 8 years ago
parent
commit
69b6448128
  1. 2
      ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs

2
ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs

@ -121,9 +121,9 @@ namespace ICSharpCode.Decompiler.CSharp
) )
} }
}, },
new ProxyCallReplacer(),
new DelegateConstruction(), new DelegateConstruction(),
new AssignVariableNames(), new AssignVariableNames(),
new ProxyCallReplacer(),
}; };
} }

Loading…
Cancel
Save