Compiler Warning (level 1) CS3022
CLSCompliant attribute has no meaning when applied to parameters. Try putting it on the method instead.
Method parameters are not checked for CLS Compliance, since the CLS Compliance rules apply to methods and type declarations.