|
|
|
@ -282,7 +282,7 @@ namespace ICSharpCode.Decompiler.Ast
@@ -282,7 +282,7 @@ namespace ICSharpCode.Decompiler.Ast
|
|
|
|
|
nodeStack.Push(node); |
|
|
|
|
startLocations.Push(output.Location); |
|
|
|
|
|
|
|
|
|
if (node is AttributedNode && node.GetChildByRole(AstNode.Roles.Identifier).IsNull) |
|
|
|
|
if (node is AttributedNode && node.Annotation<MemberReference>() != null && node.GetChildByRole(AstNode.Roles.Identifier).IsNull) |
|
|
|
|
output.WriteDefinition("", node.Annotation<MemberReference>(), false); |
|
|
|
|
|
|
|
|
|
MemberMapping mapping = node.Annotation<MemberMapping>(); |
|
|
|
|