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> |
Gets the syntax trees in the current subset, keyed by file path.
ImmutableDictionary<string, SyntaxTree> SyntaxTrees { get; }| Type | Description |
|---|---|
| ImmutableDictionary<string, SyntaxTree> |