How to get SyntaxNode content if it is a method and implemented outside current SyntaxTree?

545 views Asked by At

I am trying to get "content" (SyntaxNodes) of a method when all I have is a SyntaxNode and SyntaxNodeAnalysisContext received by RegisterSyntaxNodeAction(AnalyzeNode, SyntaxKind.InvocationExpression). Method (SyntaxNode) implementation is in another file, another class. I tried looking into Semantics but I do not really understand how it works. Does anybody know how it can be achived? Thank you in advance.

0

There are 0 answers