protected override void Setup()
        {
            base.Setup();

            symbol = MethodCompiler.Linker.GetSymbol(MethodCompiler.Method.FullName, SectionKind.Text);

            stage = MethodCompiler.Compiler.PostCompilePipeline.FindFirst <SimLinkerFinalizationStage>() as SimLinkerFinalizationStage;

            Debug.Assert(stage != null);

            stage.ClearSymbolInformation(symbol);
        }
        protected override void Setup()
        {
            base.Setup();

            symbol = MethodCompiler.Linker.GetSymbol(MethodCompiler.Method.FullName, SectionKind.Text);

            stage = MethodCompiler.Compiler.PostCompilePipeline.FindFirst<SimLinkerFinalizationStage>() as SimLinkerFinalizationStage;

            Debug.Assert(stage != null);

            stage.ClearSymbolInformation(symbol);
        }