79465627

Date: 2025-02-25 06:58:47
Score: 2
Natty:
Report link

Maybe too late to answer, but roslyn library does support interprocedural analysis. It is implemented in the base class of DataFlowOperationVisitor and many built-in analysis like value content analysis consume these utilities. You need to configure what kind of analysis do you need context-sensitive/insensitive and then invoke the TryGetResult method of ValueContentAnalysis to see the results.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user29544916