Open sandboxFocus

Property SyntaxTrees

SyntaxTrees

Gets the syntax trees in the current subset, keyed by file path.

Declaration
[Obsolete("Use SyntaxTreeCollection to enumerate the syntax trees, or TryGetSyntaxTree to find one by its DocumentKey.")]
ImmutableDictionary<string, SyntaxTree> SyntaxTrees { get; }
Property Value
Type Description
ImmutableDictionary<string, SyntaxTree>