Boo.Lang.Compiler.Steps.BindAndApplyAttributes.Error C# (CSharp) Method

Error() private method

private Error ( Boo node, CompilerError error ) : void
node Boo
error Boo.Lang.Compiler.CompilerError
return void
        void Error(Boo.Lang.Compiler.Ast.Attribute node, CompilerError error)
        {
            node.Entity = TypeSystemServices.ErrorEntity;
            Errors.Add(error);
        }