dotnet/roslyn

Add APIs for inspecting script references to ScriptContext class

Open

#6,492 opened on Oct 31, 2015

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C# (20,414 stars) (4,257 forks)batch import
Area-InteractiveFeature RequestInteractive-ScriptingLogichelp wanted

Description

Something like:

IEnumerable<string> GetReferences();
DependencyGraph GetDependencyGraph();

Contributor guide