Pending Changes Map visualizes the semantic changes that you have made to your solution in a small diagram. The individual methods, properties, etc. that have been modified in your current pending changes are shown on the map. Methods that have not been edited are not included. In addition, the type of change made to the method is shown, for example, a Refactor > Rename that touches many locations, will appear as a single method node, with a rename icon indicating the name change. Many other change types are supported including Add, Minor Edit (comments/whitespace only), Major Edit (code-impacting change), Remove, and Rename. These change classifications are identified at the Method, Property, and Class (where appropriate) level. This makes it very easy to get a visual picture fo what you have changed, and double-click on items in the map to return to code for review. The map can be saved and shared with your team, and comments can be added to the map. In addition, the map shows links between methods and properties where calls and references exist.