How to explicitly rerun the parser for the entire solution

Imagine an analyzer that is part of a Visual Studio extension. The analyzer's output depends on some of the parameters available to the user through the custom options page, for example: "Tools / Options ... / My Extension / Analyzer Function1".

Is there a way to rerun the parser for the whole solution after changing the parameter?

+3


source to share





All Articles