static void Main(string[] argv)
        {
            var x = new DeadMethod();
            x.LiveMethodFoo();

            A();
        }
Ejemplo n.º 2
0
        static void Main(string[] argv)
        {
            var x = new DeadMethod();

            x.LiveMethodFoo();

            A();
        }