IKVM.Internal.CodeEmitter.ChaseBranches C# (CSharp) Méthode

ChaseBranches() private méthode

private ChaseBranches ( ) : void
Résultat 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).
             */
        }