MetalamaAPI documentationAdvanced APIMetalama.​Framework.​Engine.​Code­ModelIPartial­CompilationSyntax­Trees
Open sandboxFocus

IPartialCompilation.SyntaxTrees Property

SyntaxTrees

Gets the list of syntax trees in the current subset.

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