I need to detect the use of some types and their properties. Types are in external assemblies always. I need to identify their use on current code.
I’m iterating over projects and documents but only local namespaces and types are available using SemanticModel.
Is there any Tree of Referenced Types available in semanticModel ?