Open sandboxFocus

Property SyntaxTrees

SyntaxTrees

Gets the syntax trees in the current subset, keyed by file path.

Declaration
ImmutableDictionary<string, SyntaxTree> SyntaxTrees { get; }
Property Value
Type Description
ImmutableDictionary<string, SyntaxTree>