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 @@ -121,9 +121,9 @@ namespace ICSharpCode.Decompiler.CSharp
)
}
},
new ProxyCallReplacer(),
new DelegateConstruction(),
new AssignVariableNames(),
new ProxyCallReplacer(),
};
}

Loading…
Cancel
Save