Can you post a code example that shows this problem please?
using VS2005 and VA 1738 with C++ I have just tested this code:
static void testGeneralCode()
{
int nTest1; nTest1 = 2; ++nTest1; nTest1 += 3;
}
and rename is showing all instances of the variable "nTest1" on this line.