I have an implementation of IGraphProvider that provides symbol information for my project kind. I am able to produce functional nodes that the Solution Explorer is willing to traverse. However, changes to the source code in the project does not cause the symbol information to be regenerated.
Is there a way inform the editor that symbol information has changed (that is meaningful to the solution explorer) so that a request will be made to my provider for updated information?
Is there a mechanism by which I can re-use the IGraphContext provided to me in order to update the graph nodes when symbol information has changed?