Somehow the compiler thinks the type of a pointer-to-member-function is `void (__cdecl *)(const int &)`, which is an ordinary function pointer type. Then it fails to match the correctly-defined formal parameter type.
Visual Studio/Team Foundation Server/.NET Framework Tooling version
Steps to reproduce
Product Language
Operating System
Operating System Language
Actual results
Expected results