I started playing with Roslyn syntax and semantic APIs. In fact, they do not dig out very well, but is there any code optimization provided by the semantic API, for example:
deleting dead code, raising or some kind of pointer analysis? or other analyzes?
I know that roslyn provides methods for DFA and CFA, but something coming as a bonus to this?
source share