Hi!
I have started to work with Roslyn, and I can't deal with a problem.
I read in a UnitTest .cs file, and parse into a syntax tree with Roslyn. Then, I create the Semantic Model of it, and I would like to get the SymbolInfo (Symbol) of one of my Assert expressions, but I only get empty Info object.
In case of other expressions (e.g. Console. WriteLine ()) I am able to get the Symbol.
I have been having struggle with it for a while, and I can't see the reason why it's not working.