SyntaxReference.SyntaxTree Property

Definition

The syntax tree that this references a node within.

public:
 abstract property Microsoft::CodeAnalysis::SyntaxTree ^ SyntaxTree { Microsoft::CodeAnalysis::SyntaxTree ^ get(); };
public abstract Microsoft.CodeAnalysis.SyntaxTree SyntaxTree { get; }
member this.SyntaxTree : Microsoft.CodeAnalysis.SyntaxTree
Public MustOverride ReadOnly Property SyntaxTree As SyntaxTree

Property Value

Applies to