diff --git a/ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs b/ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs index 55f20d3dc..5810602fe 100644 --- a/ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs +++ b/ICSharpCode.Decompiler/CSharp/CSharpDecompiler.cs @@ -121,9 +121,9 @@ namespace ICSharpCode.Decompiler.CSharp ) } }, + new ProxyCallReplacer(), new DelegateConstruction(), new AssignVariableNames(), - new ProxyCallReplacer(), }; }