I wish to build the data dependence graph for C# program, it seems that there is no SSA support for data flow analysis, and the existed support is quite limited. Does another approach? Or any further plan for SSA?
We do not currently compute an SSA form or any form of dependency graph for the program, and we don't currently have any plans to add that to the APIs, but if that's something that is widely needed we certainly could consider adding support for it. Can
you tell me more about your use case?