Boo.Lang.Compiler.Steps.EmitAssembly.InTryInLoop C# (CSharp) Method

InTryInLoop() private method

private InTryInLoop ( ) : bool
return bool
        bool InTryInLoop()
        {
            return _tryBlock > _currentLoopInfo.TryBlockDepth;
        }
EmitAssembly