Setup: load the references required to work with the decompiler
@ -29,7 +29,7 @@ You must have compiled **frontends.sln** first (run “dotnet build” in ICShar
@@ -29,7 +29,7 @@ You must have compiled **frontends.sln** first (run “dotnet build” in ICShar
var decompiler = new CSharpDecompiler(fileName, new DecompilerSettings());
```
@ -48,12 +48,12 @@ var nameOfGenericType = new FullTypeName("ICSharpCode.Decompiler.Util.Empty`1");
@@ -48,12 +48,12 @@ var nameOfGenericType = new FullTypeName("ICSharpCode.Decompiler.Util.Empty`1");