Test suite: http://d3dgraphicspipeline.codeplex.com/releases/view/39824
Test case: R41
Can't rename an argument to a method returning a pointer to a method. Invoke the rename shortcut and no dialog appears. flag argument also has a red squiggle underneath it in the method declaration and in the method where it is used. Can't refactor the name of flag from it's usage in the method either.
// #TEST#: R39 Rename class Operations
// #TEST#: R40 Rename function GetOperation
// #TEST#: R41 Rename parameter flag
static int (Operations::*GetOperation(bool flag))()
{
// ...
}