SyntaxTrees
Gets the list of syntax trees in the current subset.
Declaration
ImmutableDictionary<string, SyntaxTree> SyntaxTrees { get; }Property Value
| Type | Description |
|---|---|
| ImmutableDictionary<string, SyntaxTree> |
Gets the list of syntax trees in the current subset.
ImmutableDictionary<string, SyntaxTree> SyntaxTrees { get; }| Type | Description |
|---|---|
| ImmutableDictionary<string, SyntaxTree> |