Not all instances of the method Operation are detected, leading to invalid code.
This instance is not detected:
using X::Rename1;
Rename1 fromX;
fromX.Operation();
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Jul 16 2014 : 1:23:18 PM I am seeing the same problem, but not with this sample code. The problem happens in the solution, but the trigger involves a duplicate class and member function name as well as the using line:
case=34692
It is possible to confuse our parser with duplicate names, and here the using places the two classes into the same scope.