@ -123,7 +123,11 @@ namespace ICSharpCode.Decompiler.CSharp.Transforms
void IAstTransform.Run(AstNode node, TransformContext context)
{
this.context = context;
node.AcceptVisitor(this);
try {
} finally {
this.context = null;
}