SyntaxTrees
Gets the list of syntax trees in the current subset.
Declaration
ImmutableDictionary<string, SyntaxTree> SyntaxTrees { get; }
Property Value
Type | Description |
---|---|
ImmutableDictionary<string, SyntaxTree> |
Metalama.Framework.Engine.AspectWeavers
Metalama.Framework.Engine.CodeFixes
Metalama.Framework.Engine.CodeModel
Metalama.Framework.Engine.Collections
Metalama.Framework.Engine.Diagnostics
Metalama.Framework.Engine.Formatting
Metalama.Framework.Engine.Metrics
Metalama.Framework.Engine.Services
Metalama.Framework.Engine.Utilities
Metalama.Framework.Engine.Utilities.Roslyn
Gets the list of syntax trees in the current subset.
ImmutableDictionary<string, SyntaxTree> SyntaxTrees { get; }
Type | Description |
---|---|
ImmutableDictionary<string, SyntaxTree> |