I have solution A which defines public class Foo, and solution B which references A and uses Foo. I rename Foo to Bar in A and use the "Update References" feature, but that only updates the references in the current solution. How do I go about updating them in solution B as well (automatically)?
(note that search&replace isn't an option, because it doesn't take context into account - there may be other symbols called Foo too)