Boo.Lang.Compiler.Steps.ProcessMethodBodies.AlreadyBound C# (CSharp) Method

AlreadyBound() private static method

private static AlreadyBound ( ReferenceExpression node ) : bool
node Boo.Lang.Compiler.Ast.ReferenceExpression
return bool
        private static bool AlreadyBound(ReferenceExpression node)
        {
            return null != node.ExpressionType;
        }
ProcessMethodBodies