I have two overloaded methods in an interface declaration, for example: bool AllHasProp( string propName ); bool AllHasProp( int propID );
When I set the cursor to the definition of any of those methods, the definition bar shows the definition of the first method. The VS.NET definition box shows the correct definition. |