Get dependencies between classes in Roslyn
问题 I am successfully getting dependencies between projects with Roslyn, and now I would like to get dependencies between classes, similar to the Code Map feature in Visual Studio Enterprise. Here is my code, the "?????" part is where I imagine I could get something. I am very new to the Roslyn API, though, and I don't know how to proceed from there on. Solution solution = MSBuildWorkspace.Create() .OpenSolutionAsync(Path.Combine(repoRootFolder, "MySolution.sln")) .Result; ProjectDependencyGraph