|
|
|
@ -351,7 +351,7 @@ namespace ICSharpCode.ILSpy.VB
@@ -351,7 +351,7 @@ namespace ICSharpCode.ILSpy.VB
|
|
|
|
|
|
|
|
|
|
public override void DecompileType(TypeDefinition type, ITextOutput output, DecompilationOptions options) |
|
|
|
|
{ |
|
|
|
|
AstBuilder codeDomBuilder = CreateAstBuilder(options, currentType: type); |
|
|
|
|
AstBuilder codeDomBuilder = CreateAstBuilder(options, currentModule: type.Module); |
|
|
|
|
codeDomBuilder.AddType(type); |
|
|
|
|
RunTransformsAndGenerateCode(codeDomBuilder, output, options, type.Module); |
|
|
|
|
} |
|
|
|
|