If I am looking for
SomeConstructor and the code is like below, only the second istance is shown by
the Find Usage function
if(someBoolean)
someVar = new SomeConstructor ( );
else
someVar = new SomeConstructor ( );
someVar = new SomeConstructor ( );
else
someVar = new SomeConstructor ( );
-Mike
