Skip to content

Commit

Permalink
Add intentation level to make it easier to see custom attributes belo…
Browse files Browse the repository at this point in the history
…nging to interface implementations.
  • Loading branch information
siegfriedpammer committed Mar 16, 2024
1 parent 89d97b9 commit 3e9e7a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ICSharpCode.Decompiler/Disassembler/ReflectionDisassembler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1609,7 +1609,9 @@ public void DisassembleType(PEFile module, TypeDefinitionHandle type)
output.Write(".interfaceimpl type ");
iface.Interface.WriteTo(module, output, genericContext, ILNameSyntax.TypeName);
output.WriteLine();
output.Indent();
WriteAttributes(module, customAttributes);
output.Unindent();
output.WriteLine();
}
}
Expand Down

0 comments on commit 3e9e7a3

Please sign in to comment.