The following legitimate code gets a Resharper error that "ref' argument is not classified as a variable":
validate_rls(ref (a_cursor), out a_code);
Leaving aside the question of why one would have parenthesis around "a_cursor", this compiles properly under Visual Studio 2003 and is not an actual error.