Metalama//API Documentation/Advanced API/Metalama.​Framework.​Engine.​Code­Model/IPartial­Compilation/Syntax­Trees
Open sandboxFocus

Property SyntaxTrees

SyntaxTrees

Gets the list of syntax trees in the current subset.

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