IKVM.Internal.CodeEmitter.ChaseBranches C# (CSharp) Method

ChaseBranches() private method

private ChaseBranches ( ) : void
return void
        private void ChaseBranches()
        {
            /*
             * Previous implementation was broken. We need to take try-blocks into account,
             * because it is possible to jump into a try block (not from an opcode point of view,
             * but from a pseudo opcode point of view).
             */
        }