Hi. Im trying to create a analyzer on Roslyn to detect unknown Types, so i can create new actions. Similar to the native funcionality bellow.
I already tried register all kind of actions, compilation, syntax, semantic, symbol, without sucess.
Is there any way to achieve that?
Thanks in advancace!