dotnet/roslyn
View on GitHubAdd APIs for inspecting script references to ScriptContext class
Open
#6,492 opened on Oct 31, 2015
Area-InteractiveFeature RequestInteractive-ScriptingLogichelp wanted
Description
Something like:
IEnumerable<string> GetReferences();
DependencyGraph GetDependencyGraph();