I've started liking the "show on code map" that appears when you right click any class/method/field etc within Visual Studio 2013. However, I've noticed that it doesn't seem to be smart enough to 'redraw' (or be commanded to redraw) when the underlying classes change (kinda the purpose of a code map).
Currently I have to delete the class that's been modified and then re-add it to see the "new" dependency lines but this is an issue because with 15+ items I now have to track (paper+pen) which classes were changed in code so I remember to remove/add them. Otherwise the diagram still shows some stale dependencies which are confusing.
So, is there anyway to tell VS2013 "Would you be so kind as to refresh the dependency graph between all objects in the code map based on current build?"